diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-18 22:54:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-18 22:54:57 +0000 |
commit | 490cccba3cfd5ba54ecb64a10fb63c2f0e94a67d (patch) | |
tree | eb23253d22757afac1453bb875043db4ffa65f6e /RELEASE-NOTES | |
parent | 839441e236764996425fe768e9497b1f914cea3e (diff) |
Andrew Biggs pointed out a "Expect: 100-continue" flaw where libcurl didn't
send the whole request at once, even though the Expect: header was disabled
by the application. An effect of this change is also that small (< 1024
bytes) POSTs are now always sent without Expect: header since we deem it
more costly to bother about that than the risk that we send the data in
vain.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cab94828a..1f90ffe89 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -29,6 +29,6 @@ New curl mirrors: This release would not have looked like this without help, code, reports and advice from friends like these: - Domenico Andreoli, Armel Asselin, Gisle Vanem, Yang Tse + Domenico Andreoli, Armel Asselin, Gisle Vanem, Yang Tse, Andrew Biggs Thanks! (and sorry if I forgot to mention someone) |