aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-04 15:51:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-04 15:51:16 +0000
commit23f869205861afbb72ff724030a141cf636acc19 (patch)
tree9328d5a4880bbd5cef63d162325f1e5247217ca0 /CHANGES
parent780652e5b695ba2e85cfbefedf80ec1f5e951798 (diff)
- Vincent Bronner pointed out that if you set CURLOPT_COOKIE for a transfer
and then set it to NULL in a subsequent one, the previous cookie was still sent off!
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 02f98e4f2..bd8375e56 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@
Daniel (4 October)
+- Vincent Bronner pointed out that if you set CURLOPT_COOKIE for a transfer
+ and then set it to NULL in a subsequent one, the previous cookie was still
+ sent off!
+
- Jon Turner fixed a problem libcurl had when it failed on an FTP transfer due
to a bad path, it would cause the next transfer to use a bad path as well.