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.
This commit is contained in:
Daniel Stenberg
2006-08-08 22:56:46 +00:00
parent ac02d379ba
commit 1eedad27a2
4 changed files with 24 additions and 8 deletions

View File

@@ -9,6 +9,10 @@ Curl and libcurl 7.15.6
Number of known libcurl bindings: 32
Number of contributors: 515
This release includes the following changes:
o CURLOPT_PREQUOTE works even when CURLOPT_NOBODY is set true
This release includes the following bugfixes:
o "Expect: 100-continue" disable on second POST on re-used connection
@@ -17,6 +21,6 @@ This release includes the following bugfixes:
This release would not have looked like this without help, code, reports and
advice from friends like these:
Domenico Andreoli
Domenico Andreoli, Armel Asselin, Gisle Vanem, Yang Tse
Thanks! (and sorry if I forgot to mention someone)