From eaaa1a1fd48e5fe11c0d28684382e2c165b72446 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 19 Mar 2001 08:36:08 +0000 Subject: test case 39 added, HTTP location and continue --- tests/data/reply390001.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/data/reply390001.txt (limited to 'tests/data/reply390001.txt') diff --git a/tests/data/reply390001.txt b/tests/data/reply390001.txt new file mode 100644 index 000000000..efb86c664 --- /dev/null +++ b/tests/data/reply390001.txt @@ -0,0 +1,12 @@ +HTTP/1.1 301 This is a weirdo text message +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Location: data/390002.txt?coolsite=yes +Connection: close + +HTTP/1.1 200 Followed here fine +Server: test-server/fake +Content-Range: bytes 20-71/91 +Content-Length: 51 + +If this is received, the location following worked -- cgit v1.2.3