From acc4868b78c6fa0c4d2aba6a4155d2a11fb173ee Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 2 May 2007 17:35:47 +0000 Subject: Tobias Rundstrom reported a problem they experienced with xmms2 and recent libcurls, which turned out to be the 25-nov-2006 change which treats HTTP responses without Content-Length or chunked encoding as without bodies. We now added the conditional that the above mentioned response is only without body if the response is HTTP 1.1. --- RELEASE-NOTES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 66726a45e..f349796d0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -34,6 +34,8 @@ This release includes the following bugfixes: o curl -V / curl_verion*() works even when GnuTLS is used on a system without a good random source o curl_multi_socket() not "noticing" newly added handles + o lack of Content-Length and chunked encoding now requires HTTP 1.1 as well + to be treated as without response body This release includes the following known bugs: @@ -57,6 +59,6 @@ advice from friends like these: Song Ma, Dan Fandrich, Yang Tse, Jay Austin, Robert Iakobashvil, James Housley, Daniel Black, Steve Little, Sonia Subramanian, Peter O'Gorman, - Frank Hempel, Michael Wallner, Jeff Pohlmeyer + Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström Thanks! (and sorry if I forgot to mention someone) -- cgit v1.2.3