From a4ebf5b507490ceac7d741c4462ad162629a4bae Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 8 Aug 2006 21:12:49 +0000 Subject: 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. --- RELEASE-NOTES | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'RELEASE-NOTES') 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) -- cgit v1.2.3