diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-04 00:26:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-04 00:26:50 +0000 |
commit | 6f752c64bc18a9fdd0c0b2321faa230781280b8b (patch) | |
tree | a4e6d3f33b2c48132531d035c0438651235724a5 /CHANGES | |
parent | ccb7950c4ccb9641200994689661a75b4e11a457 (diff) |
Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate
the cookie "engine" without having to provide an empty or non-existing file.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ Daniel (4 March 2005) +- Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate + the cookie "engine" without having to provide an empty or non-existing file. + - Rene Rebe fixed a -# crash when more data than expected was retrieved. Daniel (22 February 2005) |