Dave Dribin made libcurl understand and handle cases when the server
authorDaniel Stenberg <daniel@haxx.se>
Thu, 20 Oct 2005 20:07:32 +0000 (20:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 20 Oct 2005 20:07:32 +0000 (20:07 +0000)
commitbe9c873a6e97423bc0b2a2dd45835c35c7d81231
treeb1a9d53a9be19ab9514bfca4c61baa414ed4528f
parent034d80f6cd9a9d5035efe7429b331f679405be0f
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.
CHANGES
RELEASE-NOTES
lib/http.c
tests/data/Makefile.am
tests/data/test273 [new file with mode: 0644]