changed the dns cache pruning

This commit is contained in:
Daniel Stenberg 2003-12-15 17:42:46 +00:00
parent 15b775e126
commit d262d0a62a
1 changed files with 5 additions and 0 deletions

View File

@ -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.