aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-08 22:56:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-08 22:56:46 +0000
commit1eedad27a23e2158d5939deda66182f97cfe2212 (patch)
tree052859385adef0b9ca8813884fd8cbbadfdbf42e /CHANGES
parentac02d379ba4580a2ff4e5b12eaea12edca0a2250 (diff)
Armel Asselin made the CURLOPT_PREQUOTE option work fine even when
CURLOPT_NOBODY is set true. PREQUOTE is then run roughly at the same place in the command sequence as it would have run if there would've been a transfer.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7c26de63c..b2c393858 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,8 +6,14 @@
Changelog
+Daniel (9 August 2006)
+- Armel Asselin made the CURLOPT_PREQUOTE option work fine even when
+ CURLOPT_NOBODY is set true. PREQUOTE is then run roughly at the same place
+ in the command sequence as it would have run if there would've been a
+ transfer.
+
Daniel (8 August 2006)
-- Fixed a flaw in the "Expect: 100-continue" treatment. If you did two POSTs
+- - Fixed a flaw in the "Expect: 100-continue" treatment. If you did two POSTs
on a persistent connection and allowed the first to use that header, you
could not disable it for the second request.