From b32d1a9a1d1d1d3f8c24b9aa439c9ce273c2049e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 17 Nov 2009 22:53:55 +0000 Subject: - 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) --- RELEASE-NOTES | 1 + 1 file changed, 1 insertion(+) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4d43e10d9..aa5be1d12 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,6 +22,7 @@ This release includes the following bugfixes: o SSL connection reused with mismatched protection level o configure --with-nss is set but not "yes" o don't store LDFLAGS in pkg-config file + o never-pruned DNS cached entries This release includes the following known bugs: -- cgit v1.2.3