diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-12-22 07:30:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-12-22 07:30:21 +0000 |
commit | b2f8de571fb10f58bc3c8411bb4bbed2aa14dc52 (patch) | |
tree | 4cb049b8e6744fb4f96a517669fc7f195c0be95a /RELEASE-NOTES | |
parent | cb4a5f5a2b15c5bba5f1caec492b2c3bce8bbcf1 (diff) | |
download | curl-b2f8de571fb10f58bc3c8411bb4bbed2aa14dc52.tar.gz |
When setting a proxy with environment variables and (for example) running
'curl [URL]' with a URL without a protocol prefix, curl would not send a
correct request as it failed to add the protocol prefix.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 251ccf7c1..71caea0ad 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -37,6 +37,7 @@ This release includes the following bugfixes: libcurl to leak memory o no more SIGPIPE when GnuTLS is used o FTP downloading 2 zero byte files in a row + o using proxy and URLs without protocol prefixes Other curl-related news: |