1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

changed the dns cache pruning

This commit is contained in:
Daniel Stenberg 2003-12-15 17:42:46 +00:00
parent 15b775e126
commit d262d0a62a

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.