aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-07-17 23:47:59 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-07-20 00:08:41 +0200
commitdcc8481a13adc64661cd942d9c4009743ffdd620 (patch)
treef28d98e4146e540e0a5dc7b4b77aff4962b0406a
parent3f9b4afdfd7dd3ea16e07af98bb324b9f4277696 (diff)
RELEASE-NOTES: HTTP error handling on request body send
-rw-r--r--RELEASE-NOTES8
1 files changed, 6 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 9ab87166a..23519d1e8 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -13,7 +13,11 @@ This release includes the following changes:
This release includes the following bugfixes:
- o curl_getdate: detect some illegal dates better
+ o curl_getdate: detect some illegal dates better'
+ o when sending a request and an error is received before the (entire) request
+ body is sent, stop sending the request and close the connection after
+ having received the entire response. This is equally true if an Expect:
+ 100-continue header was used.
This release includes the following known bugs:
@@ -22,6 +26,6 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
- Paolo Piacentini
+ Paolo Piacentini, Steven Parkes
Thanks! (and sorry if I forgot to mention someone)