mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:43:31 +03:00
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.
This commit is contained in:
parent
cb4a5f5a2b
commit
b2f8de571f
3 changed files with 7 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue