mirror of
https://github.com/curl/curl.git
synced 2026-07-07 14:57:15 +03:00
- James Bursa posted a patch to the mailing list that fixed a problem with
no_proxy which made it not skip the proxy if the URL entered contained a user name. I added test case 1101 to verify.
This commit is contained in:
parent
b8e73495a5
commit
3cb06eb2b2
5 changed files with 99 additions and 41 deletions
|
|
@ -47,6 +47,7 @@ This release includes the following bugfixes:
|
|||
o POST, NTLM and following a redirect hang
|
||||
o libcurl+NSS endless loop on incorrect password for private key
|
||||
o gzip decompression memory leak
|
||||
o no_proxy flaw with user name in URL
|
||||
|
||||
This release includes the following known bugs:
|
||||
|
||||
|
|
@ -61,6 +62,6 @@ advice from friends like these:
|
|||
Pramod Sharma, Gisle Vanem, Lenaic Lefever, Rainer Koenig, Sven Wegener,
|
||||
Tim Chen, Constantine Sapuntzakis, David McCreedy, Michael Smith,
|
||||
Colin Watson, Ebenezer Ikonne, Laurent Rabret, Michael Cronenworth,
|
||||
Balint Szilakszi
|
||||
Balint Szilakszi, James Bursa
|
||||
|
||||
Thanks! (and sorry if I forgot to mention someone)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue