]> granicus.if.org Git - curl/commit
- Jon Nelson found a regression that turned out to be a flaw in how libcurl
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Dec 2009 23:16:09 +0000 (23:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Dec 2009 23:16:09 +0000 (23:16 +0000)
commit3111701c38ee4d15df8e2d76dfcf945dbf2c0bfe
tree1df433d09a86cc4d5906b22a842f868b2ac6a875
parent2c9644b812cbe26d9da146d69158c6ba0bb39836
- Jon Nelson found a regression that turned out to be a flaw in how libcurl
  detects and uses proxies based on the environment variables. If the proxy
  was given as an explicit option it worked, but due to the setup order
  mistake proxies would not be used fine for a few protocols when picked up
  from '[protocol]_proxy'. Obviously this broke after 7.19.4. I now also added
  test case 1106 that verifies this functionality.

  (http://curl.haxx.se/bug/view.cgi?id=2913886)
CHANGES
RELEASE-NOTES
lib/url.c
tests/data/Makefile.am
tests/data/test1106 [new file with mode: 0644]