diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-08-29 10:47:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-08-29 10:47:59 +0000 |
commit | c67a99ff27036c824be15f01e21b91c3ec08da4a (patch) | |
tree | c2d84c831212e7b4f026764abadfa10b2312cf6e /TODO-RELEASE | |
parent | bae4e12302e783af59ad40cef3fb72c42a3bef17 (diff) | |
download | curl-c67a99ff27036c824be15f01e21b91c3ec08da4a.tar.gz |
- When libcurl was doing a HTTP POST and the server would respond with
"Connection: close" and actually close the connection after the
response-body, libcurl could still have outstanding data to send and it
would not properly notice this and stop sending. This caused weirdness and
sad faces. http://curl.haxx.se/bug/view.cgi?id=2080222
Note that there are still reasons to consider libcurl's behavior when
getting a >= 400 response code while sending data, as Craig Perras' note
"http upload: how to stop on error" specifies:
http://curl.haxx.se/mail/archive-2008-08/0138.html
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 19e512024..662748c9e 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -15,8 +15,6 @@ To be addressed before 7.19.1 (planned release: October 2008) http://curl.haxx.se/mail/archive-2008-08/0075.html 162 - Craig Perras' note "http upload: how to stop on error" - http://curl.haxx.se/mail/archive-2008-08/0138.html Most possibly this is - also closely related to the bug "race condition while POSTing to - HTTP/1.0 servers" => http://curl.haxx.se/bug/view.cgi?id=2080222 + http://curl.haxx.se/mail/archive-2008-08/0138.html 163 - |