From 5119fb16d63e91972924e54d455c825f62b1440d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 10 Jul 2007 22:45:01 +0000 Subject: Shmulik Regev: The tiny patch below fixes a bug (that I introduced :) which happens when negotiating authentication with a proxy (probably with web servers as well) that uses chunked transfer encoding for the 407 error pages. In this case the ''ignorebody'' flag was ignored (no pun intended). --- RELEASE-NOTES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index feffdbf8d..43bf84314 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,8 +15,9 @@ This release includes the following changes: This release includes the following bugfixes: - o Test cases 31, 46, 61, 506, 517 now work in time zones that use leap seconds + o test cases 31, 46, 61, 506, 517 now work in time zones that use leap seconds o problem with closed proxy connection during HTTP CONNECT auth negotiation + o transfer-encoding skipping didn't ignore the 407 response bodies properly This release includes the following known bugs: @@ -33,6 +34,6 @@ New curl mirrors: This release would not have looked like this without help, code, reports and advice from friends like these: - Dan Fandrich, Song Ma, Daniel Black, Giancarlo Formicuccia + Dan Fandrich, Song Ma, Daniel Black, Giancarlo Formicuccia, Shmulik Regev Thanks! (and sorry if I forgot to mention someone) -- cgit v1.2.3