aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-31 21:04:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-31 21:04:26 +0000
commit13a6f85320e8e288a8d962e86d4f1f3f90b0d36e (patch)
tree06f500be20f1ce39f767285d01d5016e500d83a5
parent8b4582f111b9a8a3e882bbfdbb62039028db753a (diff)
issue 30, digest re-negotiate works now!
-rw-r--r--TODO-RELEASE8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 6af5e7aaa..d501e87ab 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -24,14 +24,6 @@ To get fixed in 7.11.2 (planned release May/June 2004)
28. Optimize the way libcurl uses CWD on each new request over a persistent
connection (on FTP) even if it doesn't have to.
-30. Digest re-negotiation is not supported, we wrongly assume a new 401
- response to signify an authenticaion error. We need to detect the
- difference between a 401 due to a bad Digest authorization header and a
- 401 because the server wants to re-negotiate.
-
- Mitz Wark provided details and traces here:
- http://curl.haxx.se/mail/lib-2004-03/0299.html
-
To get fixed in 7.12.0
======================