aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-11-20 23:17:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-11-20 23:17:08 +0000
commitb6575ce0b0fa74626c136a96b411f7baaca9c55b (patch)
tree1e1da11dde59e3302899b26569785921bf0ed21d /TODO-RELEASE
parente2b2a84497ca8a4460397e69be2c7fa1a37d6453 (diff)
While inspecting the Negotiate code, I noticed how the proxy auth was using
the same state struct as the host auth, so both could never be used at the same time! I fixed it (without being able to check) to use two separate structs to allow authentication using Negotiate on host and proxy simultanouesly.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 4817a7b3e..2911a3d1e 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,9 +1,6 @@
To be addressed before 7.17.2 (planned release: December 2007)
=============================
-106 - Share interface force-enable the cookie parser
- http://curl.haxx.se/mail/lib-2007-11/0234.html
-
107 - resolve the type= thing for FTP URLs over HTTP proxies
108 -