Spacen Jasset reported a problem with doing POST (with data read with a
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 Dec 2007 21:20:14 +0000 (21:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Dec 2007 21:20:14 +0000 (21:20 +0000)
commit7d3ea12b625fd07d9d41a68e7cc2cd5322247584
tree7e8a964e4e70c54fd847390a0ad280524afb2c76
parent59dc9085d15fc069798eef92e41e4c72838ed990
Spacen Jasset reported a problem with doing POST (with data read with a
callback) over a proxy when NTLM is used as auth with the proxy. The bug
also concerned Digest and was limited to using callback only. Spacen worked
with us to provide a useful patch. I added the test case 547 and 548 to
verify two variations of POST over proxy with NTLM.
CHANGES
RELEASE-NOTES
lib/http.c
tests/data/test547 [new file with mode: 0644]
tests/data/test548
tests/libtest/lib547.c