diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-08 22:56:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-08 22:56:46 +0000 |
commit | 1eedad27a23e2158d5939deda66182f97cfe2212 (patch) | |
tree | 052859385adef0b9ca8813884fd8cbbadfdbf42e /CHANGES | |
parent | ac02d379ba4580a2ff4e5b12eaea12edca0a2250 (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-- | CHANGES | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |