diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-04 22:38:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-04 22:38:53 +0000 |
commit | b42bc7329eec4f3bedbe943c66d978db72e2704a (patch) | |
tree | a0200cc25778e6b1311450ad83921af082988446 /CHANGES | |
parent | 9b3c2b6ae23e520925839a5e5ea163fb86c6a77d (diff) |
win resolve crash, win makefile fix
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ Daniel (4 April 2005) +- Marcelo Juchem fixed the MSVC makefile for libcurl + +- Gisle Vanem fixed a crash in libcurl, that could happen if the easy handle + was killed before the threading resolver (windows only) still hadn't + completed. + - 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 |