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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel Stenberg (11 May 2009) +- 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... + Daniel Stenberg (10 May 2009) - Andre Guibert de Bruet correctly pointed out an over-alloc with one wasted byte in the digest code. |