diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-08 21:12:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-08 21:12:49 +0000 |
commit | a4ebf5b507490ceac7d741c4462ad162629a4bae (patch) | |
tree | 83c14d2d9e1160754d9bc5828e3cfedcb19cae74 /RELEASE-NOTES | |
parent | c41076958835c3de6abbfea4b68a9a0b045e9b21 (diff) |
Fixed a flaw in the "Expect: 100-continue" treatment. If you did two POSTs
on a persistent connection and allowed the first to use that header, you
could not disable it for the second request.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 32d3f46a7..69cd3fb38 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -9,28 +9,14 @@ Curl and libcurl 7.15.6 Number of known libcurl bindings: 32 Number of contributors: 515 -This release includes the following changes: - - o - This release includes the following bugfixes: - o - -Other curl-related news: - - o - -New curl mirrors: - - o + o "Expect: 100-continue" disable on second POST on re-used connection + o src/config.h.in is fixed This release would not have looked like this without help, code, reports and advice from friends like these: - Dan Fandrich, Peter Silva, Arve Knudsen, Michael Wallner, Toshiyuki Maezawa, - Ingmar Runge, Ates Goral, David McCreedy, Jari Sundell, Georg Horn, - Gisle Vanem, Yang Tse, Michael Jerris, Dan Nelson, Yves Lejeune, - Maciej Karpiuk, Mark Lentczner + Domenico Andreoli Thanks! (and sorry if I forgot to mention someone) |