aboutsummaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-12-26 21:48:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-12-26 21:48:52 +0000
commitf277124a0f78327f6a973518c073d6a9a458326b (patch)
tree77d2ff8130b5c17df9dff4a33c6275812e687c8b /tests/data
parent6adf5880f5a08a83aa2dc308d66a36b9ce8799a2 (diff)
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).
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/Makefile.am2
-rw-r--r--tests/data/test552bin0 -> 143252 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index 57081c36c..4c214bc4f 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -47,7 +47,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test615 test1007 test541 test1010 test1011 test1012 test542 test543 \
test536 test1008 test1009 test2000 test2001 test2002 test2003 test35 \
test544 test545 test2004 test546 test1013 test1014 test1015 \
- test547 test548 test549 test550 test551
+ test547 test548 test549 test550 test551 test552
filecheck:
@mkdir test-place; \
diff --git a/tests/data/test552 b/tests/data/test552
new file mode 100644
index 000000000..9978a2b77
--- /dev/null
+++ b/tests/data/test552
Binary files differ