- Constantine Sapuntzakis posted bug #2891595

(http://curl.haxx.se/bug/view.cgi?id=2891595) which identified how an entry
  in the DNS cache would linger too long if the request that added it was in
  use that long. He also provided the patch that now makes libcurl capable of
  still doing a request while the DNS hash entry may get timed out.
This commit is contained in:
Daniel Stenberg
2009-11-11 09:31:37 +00:00
parent 107c4d878a
commit fb5f332834
5 changed files with 44 additions and 22 deletions

View File

@@ -16,6 +16,7 @@ This release includes the following bugfixes:
o progress meter percentage and transfer time estimates fixes
o portability enhancement for OS's without orthogonal directory tree structure
o progress meter/callback during FTP connection
o DNS cache timeout while transfer in progress
This release includes the following known bugs:
@@ -24,6 +25,6 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
Yang Tse, Kamil Dudka, Christian Schmitz
Yang Tse, Kamil Dudka, Christian Schmitz, Constantine Sapuntzakis
Thanks! (and sorry if I forgot to mention someone)