From: Daniel Stenberg Date: Tue, 25 Nov 2003 09:12:56 +0000 (+0000) Subject: filed is not fixed ;-) X-Git-Tag: curl-7_11_0~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e80bdd66f9292bf43f9b7d5d9ae4df419877cdaf;p=curl filed is not fixed ;-) --- diff --git a/CHANGES b/CHANGES index 7e314594d..454ba6272 100644 --- a/CHANGES +++ b/CHANGES @@ -8,7 +8,7 @@ Daniel (25 November) -- 'Dave' fixed bug report #848371, identifying that if you'd do POST over a +- 'Dave' filed bug report #848371, identifying that if you'd do POST over a proxy to a https server, libcurl didn't POST at all, it just made a GET! It turned out to be because libcurl wronly didn't consider the authentication "negotitation phase" to be complete yet.