diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-15 17:42:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-15 17:42:46 +0000 |
commit | d262d0a62a5a32ee2bd279ef66bdd973621db4fe (patch) | |
tree | c168a3c31676328b1f5e734829ebcc6b161b5529 | |
parent | 15b775e126a8ad831976e5b2a8313981b062856a (diff) |
changed the dns cache pruning
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ Daniel (15 December) +- Old DNS cache entries are now only pruned after curl is done with a request, + and not in the actual name resolve call. + +- corrected the --enable-ares patch + - Giuseppe Attardi found and fixed a problem within libcurl that re-used already freed memory. |