diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-29 21:08:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-29 21:08:57 +0000 |
commit | 94459cab98a740dfa3ac12350e593a87a43f30da (patch) | |
tree | 449536a214f354ee357bd75f898959cc64330c0f /CHANGES | |
parent | 158588640a6d79bb20b1b1ed6497b7802969868e (diff) |
Better connection keep-alive when POSTing with HTTP Digest or Negotiate.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |