diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-21 10:56:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-21 10:56:33 +0000 |
commit | f8188ddfee29826487eb4d2008596584705c6b09 (patch) | |
tree | a794696456818f5b379b899f200874c0067eff7c /CHANGES | |
parent | 29c546b4261f9a6759f6ad8c6eb0fe6e3bbdbe4f (diff) |
recent events
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel (19 June 2004) +- Luca Alteas provided a test case with a failing curl operation: when we POST + to a site with --digest (or similar) set, and the server responded with a 302 + Location: to the "authprobe" request, it was not treated correctly. We still + will behave badly if FOLLOWLOCATION is enabled for this case, but I'm not + in the mood to dive into this right now and will leave it as-is for now. + Verified my fix with test case 177. + Daniel (18 June 2004) - Gisle Vanem's patch that provides more details from the SSL layers (if you use an OpenSSL version that supports it). It also introduces two new types |