diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-23 22:22:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-23 22:22:12 +0000 |
commit | c914e6ea5dad4dc6281b189a9b1f20bc77c223c8 (patch) | |
tree | bd7ffea19fa9d6cc6ac7cd3769acdbcc6428b93d /CHANGES | |
parent | 79cb74f03a4fa5512812cc8c8e35d735a099b35c (diff) |
"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so
did "SESS". Fixed now.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,9 +6,16 @@ Changelog +<<<<<<< CHANGES +Daniel S (23 Jan 2008) +- "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so + did "SESS". Fixed now. + +======= Yang Tse (22 Jan 2008) - Check poll.h at configuration time, and use it when sys/poll.h unavailable +>>>>>>> 1.1234 Daniel S (22 Jan 2008) - Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed that it is bad anyway. Starting now, removing a handle that is in used in a |