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 /RELEASE-NOTES | |
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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 06292b1fb..adb37e04b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -44,6 +44,7 @@ This release includes the following bugfixes: o fixed roff mistakes in man pages o use SOCKS proxy with the multi interface o fixed the Curl_getoff_all_pipelines SIGSEGV + o POST, NTLM and following a redirect hang This release includes the following known bugs: @@ -57,6 +58,6 @@ advice from friends like these: Kamil Dudka, Jim Freeman, Daniel Johnson, Toshio Kuratomi, Martin Storsjo, Pramod Sharma, Gisle Vanem, Lenaic Lefever, Rainer Koenig, Sven Wegener, Tim Chen, Constantine Sapuntzakis, David McCreedy, Michael Smith, - Colin Watson + Colin Watson, Ebenezer Ikonne, Laurent Rabret Thanks! (and sorry if I forgot to mention someone) |