]> granicus.if.org Git - curl/commit
- Constantine Sapuntzakis provided another fix for the DNS cache that could
authorDaniel Stenberg <daniel@haxx.se>
Tue, 17 Nov 2009 22:53:55 +0000 (22:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 17 Nov 2009 22:53:55 +0000 (22:53 +0000)
commitb32d1a9a1d1d1d3f8c24b9aa439c9ce273c2049e
tree1419b90b03fce2d62d14636637dbb1ec2ccf62fd
parent4c8adc8fee5e55754da3d8f8d982733a7bf3dece
- Constantine Sapuntzakis provided another fix for the DNS cache that could
  end up with entries that wouldn't time-out:

  1. Set up a first web server that redirects (307) to a http://server:port
     that's down
  2. Have curl connect to the first web server using curl multi

  After the curl_easy_cleanup call, there will be curl dns entries hanging
  around with in_use != 0.

  (http://curl.haxx.se/bug/view.cgi?id=2891591)
CHANGES
RELEASE-NOTES
lib/url.c