diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-05-24 22:46:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-24 22:46:38 +0000 |
commit | 606562aa7ea28ee0fdd5bf2cd6febada9594ad19 (patch) | |
tree | 751a53ebc9700f6bde77d0cbce1b6f23499c5940 /CHANGES | |
parent | f689d06ca91b772c56440101e578dca21fab4daa (diff) |
Michael Wallner provided a patch that allows "SESS" to be set with
CURLOPT_COOKIELIST, which then makes all session cookies get cleared. (slightly
edited by me, and the re-indent in cookie.c was also done by me)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel (25 May 2006) +- Michael Wallner provided a patch that allows "SESS" to be set with + CURLOPT_COOKIELIST, which then makes all session cookies get cleared. + Daniel (11 May 2006) - David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended checks on the to-be-returned socket to make sure it truly seems to be alive |