- 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:
Daniel Stenberg 2009-05-17 14:47:50 +00:00
parent b8e73495a5
commit 3cb06eb2b2
5 changed files with 99 additions and 41 deletions

View file

@ -6,6 +6,11 @@
Changelog
Daniel Stenberg (17 May 2009)
- 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.
Daniel Stenberg (11 May 2009)
- Balint Szilakszi reported a memory leak when libcurl did gzip decompression
of streams that had some parts (legitimately) missing. We now provide and use