diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-15 11:04:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-15 11:04:21 +0000 |
commit | 557e95c0a337a9ae6ea782b5b042a9a94a0743a7 (patch) | |
tree | a439ab13d5d69ae51978f1dc54b4ae28c80fecd6 /CHANGES | |
parent | 0a83fa90bb600220f8578569cf2aec8414a4a5e1 (diff) |
post with auth problems fixed
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel (15 June 2004) +- Luca Alteas reported a problem that I fixed: if you did a POST with + CURLAUTH_DIGEST set but the server didn't require any authentication, + libcurl would repeatedly send HEAD lots of times until it gives up. This was + actually the case for all multi-pass authentications. Added test case 174, + 175 and 176 to verify this. + Daniel (14 June 2004) - Multipart formposts uploading files no longer inserts the files themselves into the huge prebuilt chunk. This enables libcurl to formpost files that is |