aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-29 21:08:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-29 21:08:57 +0000
commit94459cab98a740dfa3ac12350e593a87a43f30da (patch)
tree449536a214f354ee357bd75f898959cc64330c0f /CHANGES
parent158588640a6d79bb20b1b1ed6497b7802969868e (diff)
Better connection keep-alive when POSTing with HTTP Digest or Negotiate.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
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