aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-10-20 20:07:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-10-20 20:07:32 +0000
commitbe9c873a6e97423bc0b2a2dd45835c35c7d81231 (patch)
treeb1a9d53a9be19ab9514bfca4c61baa414ed4528f /RELEASE-NOTES
parent034d80f6cd9a9d5035efe7429b331f679405be0f (diff)
Dave Dribin made libcurl understand and handle cases when the server
(wrongly) sends *two* WWW-Authenticate headers for Digest. While this should never happen in a sane world, libcurl previously got into an infinite loop when this occurred. Dave added test 273 to verify this.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index cded82901..4c801f9a7 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -15,6 +15,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o double WWW-Authenticate Digest headers are now handled
o curl-config --vernum fixed
Other curl-related news since the previous public release: