From 94459cab98a740dfa3ac12350e593a87a43f30da Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 29 Mar 2005 21:08:57 +0000 Subject: Better connection keep-alive when POSTing with HTTP Digest or Negotiate. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8a0d6f452..f189d18ff 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,11 @@ Daniel (29 March 2005) +- Tom Moers identified a flaw when you sent a POST with Digest authentication, + as in the first request when curl sends a POST with Content-Length: 0, it + still forcibly closed the connection before doing the next step in the auth + negotiation. + - Jesper Jensen found out that FTP-SSL didn't work since my FTP rewrite. Fixing that was easy, but it also revealed a much worse problem: the FTP server response reader function didn't properly deal with reading -- cgit v1.2.3