diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-12-01 12:04:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-12-01 12:04:54 +0000 |
commit | f0826974f225b71a9b95f76f8ac68ea0d72706d5 (patch) | |
tree | 45a9a53f16c1c8ce4547f2bc59b8ebf6f0d1a5b6 /CHANGES | |
parent | d61690ef46dad8912e33b0b48e7cf7c2ecdb25e7 (diff) |
- If the Expect: 100-continue header has been set by the application through
curl_easy_setopt with CURLOPT_HTTPHEADER, the library should set
data->state.expect100header accordingly - the current code (in 7.19.7 at
least) doesn't handle this properly. Martin Storsjo provided the fix!
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ Changelog +Daniel Stenberg (1 Dec 2009) +- If the Expect: 100-continue header has been set by the application through + curl_easy_setopt with CURLOPT_HTTPHEADER, the library should set + data->state.expect100header accordingly - the current code (in 7.19.7 at + least) doesn't handle this properly. Martin Storsjo provided the fix! + Yang Tse (28 Nov 2009) - Added Diffie-Hellman parameters to several test harness certificate files in PEM format. Required by several stunnel versions used by our test harness. |