diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-09-05 17:58:53 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-09-05 17:58:53 +0000 |
commit | 91ff93803512e3438ce165b23bb5b9fb404df288 (patch) | |
tree | 0fbc0009c6237d62fa4a4033ad69038a639522c3 /TODO-RELEASE | |
parent | 3acd1146f992a2b8c5da22a425c1380673c5bdef (diff) |
Improved the logic the decides whether to use HTTP 1.1 features or not in a
request.
Detect cases where an upload must be sent chunked and the server supports
only HTTP 1.0 and return CURLE_UPLOAD_FAILED.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 8c40eb4cd..61990d5ae 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -4,12 +4,6 @@ To be addressed before 7.19.1 (planned release: October/November 2008) 162 - Craig Perras' note "http upload: how to stop on error" http://curl.haxx.se/mail/archive-2008-08/0138.html -163 - Detecting illegal attempts at chunked transfers on HTTP 1.0 - (tests 1069, 1072, 1073) - http://curl.haxx.se/mail/archive-2008-08/0435.html - -164 - Automatic downgrading to HTTP 1.0 (tests 1071 through 1074) - 165 - "Problem with CURLOPT_RESUME_FROM and CURLOPT_APPEND" by Daniele Pinau, recipe: http://curl.haxx.se/mail/lib-2008-08/0439.html |