aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-12-07 20:25:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-12-07 20:25:17 +0000
commitebe5339003df6b4247f3637c4df5272a8dd69909 (patch)
tree3d537cb712a39ab263cb95a9597388a17e4ad36b /CHANGES
parent95362af43c6ab478e21a777c29eb98c8e093a0b2 (diff)
- Martin Storsjo made libcurl use the Expect: 100-continue header for posts
with unknown size. Previously it was only used for posts with a known size larger than 1024 bytes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 92b737589..bb05cb93f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
Changelog
+Daniel Stenberg (7 Dec 2009)
+- Martin Storsjo made libcurl use the Expect: 100-continue header for posts
+ with unknown size. Previously it was only used for posts with a known size
+ larger than 1024 bytes.
+
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