]> granicus.if.org Git - curl/commit
- If the Expect: 100-continue header has been set by the application through
authorDaniel Stenberg <daniel@haxx.se>
Tue, 1 Dec 2009 12:04:54 +0000 (12:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Dec 2009 12:04:54 +0000 (12:04 +0000)
commitf0826974f225b71a9b95f76f8ac68ea0d72706d5
tree45a9a53f16c1c8ce4547f2bc59b8ebf6f0d1a5b6
parentd61690ef46dad8912e33b0b48e7cf7c2ecdb25e7
- 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!
CHANGES
RELEASE-NOTES
lib/http.c