In an attempt to repeat the problem in bug report #1850730
authorDaniel Stenberg <daniel@haxx.se>
Wed, 26 Dec 2007 21:48:52 +0000 (21:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 26 Dec 2007 21:48:52 +0000 (21:48 +0000)
commitf277124a0f78327f6a973518c073d6a9a458326b
tree77d2ff8130b5c17df9dff4a33c6275812e687c8b
parent6adf5880f5a08a83aa2dc308d66a36b9ce8799a2
In an attempt to repeat the problem in bug report #1850730
(http://curl.haxx.se/bug/view.cgi?id=1850730) I wrote up test case 552. The
test is doing a 70K POST with a read callback and an ioctl callback over a
proxy requiring Digest auth. The test case code is more or less identical to
the test recipe code provided by Spacen Jasset (who submitted the bug report).
CHANGES
tests/data/Makefile.am
tests/data/test552 [new file with mode: 0644]
tests/libtest/Makefile.am
tests/libtest/lib552.c [new file with mode: 0644]