diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-05-11 08:55:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-05-11 08:55:58 +0000 |
commit | 56dab605f1f1010d7a97b29532d294ad5a6a83a9 (patch) | |
tree | 594a27ebfd3ea189bef3622f4e8d41b060bc6fd7 /TODO-RELEASE | |
parent | 3aa3d7e6293ae18ed2dd25cbfeddaecfbe6e6c78 (diff) |
- I fixed the problem with doing NTLM, POST and then following a 302 redirect,
as reported by Ebenezer Ikonne (on curl-users) and Laurent Rabret (on
curl-library). The transfer was mistakenly marked to get more data to send
but since it didn't actually have that, it just hung there...
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 4555f277f..d03401419 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -12,8 +12,6 @@ To be addressed in 7.19.5 (planned release: May 2009) 236 - timeout in milliseconds doesn't seem to work -237 - Redirection failing with NTLM authentication - 239 - To be addressed in 7.19.6 (planned release: July 2009) |