Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actually
authorDaniel Stenberg <daniel@haxx.se>
Sun, 3 Apr 2005 22:46:25 +0000 (22:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 3 Apr 2005 22:46:25 +0000 (22:46 +0000)
commit74816fed6c82132b0ef32bd8775b0ef659a5b4c3
tree4825fab78e5e277f2ee757040d59f679c40442f4
parentb4c9789d5fdfdc3724bd99e6f20a80c4778b416b
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 didn't take care of
the response properly. Test case 245 and 246 added to verify this.
CHANGES
lib/http.c
tests/data/Makefile.am
tests/data/test246 [new file with mode: 0644]