diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-03 22:46:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-03 22:46:25 +0000 |
commit | 74816fed6c82132b0ef32bd8775b0ef659a5b4c3 (patch) | |
tree | 4825fab78e5e277f2ee757040d59f679c40442f4 /CHANGES | |
parent | b4c9789d5fdfdc3724bd99e6f20a80c4778b416b (diff) |
Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actually
also affecting NTLM and Negotiate.) It turned out that if the server responded
with 100 Continue before the initial 401 response, libcurl didn't take care of
the response properly. Test case 245 and 246 added to verify this.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,13 @@ Changelog +Daniel (4 April 2005) +- Hardeep Singh reported a problem doing HTTP POST with Digest. (It was + actually also affecting NTLM and Negotiate.) It turned out that if the + server responded with 100 Continue before the initial 401 response, libcurl + didn't take care of the response properly. Test case 245 and 246 added to + verify this. + Daniel (30 March 2005) - Andres Garcia modified the configure script to check for libgdi32 before libcrypto, to make the SSL check work fine on msys/mingw. |