From 30ec0af109f7225bfadb97d2a9b851000739f5da Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 29 Jan 2001 14:36:49 +0000 Subject: test case 33, HTTP PUT resume --- tests/data/prot33.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/data/prot33.txt (limited to 'tests/data/prot33.txt') diff --git a/tests/data/prot33.txt b/tests/data/prot33.txt new file mode 100644 index 000000000..08b6e5bf6 --- /dev/null +++ b/tests/data/prot33.txt @@ -0,0 +1,18 @@ +PUT /33 HTTP/1.0 +Content-Range: bytes 50-149/150 +User-Agent: curl/7.6 (sparc-sun-solaris2.7) libcurl 7.6-pre4 (SSL 0.9.6) (krb4 enabled) +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* +Content-Length: 100 + +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 -- cgit v1.2.3