diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-02-16 23:42:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-02-16 23:42:32 +0000 |
commit | 92009181af0c4c5608b7e7378e2ea21806ee5e33 (patch) | |
tree | 039a2c2dc845e985400fcde8823160ab87da3af0 /CHANGES | |
parent | 831bdb9f6340f6f47623d7be1f10a2198e6a3774 (diff) |
Shmulik Regev provided a fix for the DNS cache when using short life times,
as previously it could be holding on to old cached entries longer than
requested.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -6,11 +6,16 @@ Changelog +Daniel (17 February 2006) +- Shmulik Regev provided a fix for the DNS cache when using short life times, + as previously it could be holding on to old cached entries longer than + requested. + Daniel (11 February 2006) -- Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that - an app can use to let libcurl only connect to a remote host and then extract - the socket from libcurl. libcurl will then not attempt to do any transfer at - all after the connect is done. +- Karl Moerder added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options + that an app can use to let libcurl only connect to a remote host and then + extract the socket from libcurl. libcurl will then not attempt to do any + transfer at all after the connect is done. - Kent Boortz improved the configure check for GnuTLS to properly set LIBS instead of LDFLAGS. |