diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-12-07 20:25:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-12-07 20:25:17 +0000 |
commit | ebe5339003df6b4247f3637c4df5272a8dd69909 (patch) | |
tree | 3d537cb712a39ab263cb95a9597388a17e4ad36b /RELEASE-NOTES | |
parent | 95362af43c6ab478e21a777c29eb98c8e093a0b2 (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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f6b38ce45..d916d438d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -12,6 +12,7 @@ This release includes the following changes: o support SSL_FILETYPE_ENGINE for client certificate o curl-config can now show the arguments used when building curl o non-blocking TFTP + o send Expect: 100-continue for POSTs with unknown sizes This release includes the following bugfixes: |