From 874f6024e6b428782e9f2ca39c82f2cec6e692c0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 17 Nov 2000 15:07:03 +0000 Subject: multiple URL test --- tests/data/stdout18.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/data/stdout18.txt (limited to 'tests/data/stdout18.txt') diff --git a/tests/data/stdout18.txt b/tests/data/stdout18.txt new file mode 100644 index 000000000..98a92afa6 --- /dev/null +++ b/tests/data/stdout18.txt @@ -0,0 +1,22 @@ +--_curl_--127.0.0.1:8999/3 +HTTP/1.1 200 OK +Server: test-server/fake +Content-Type: text/html +Content-Length: 0 + +this is data even though Content-Length is set to zero + + +--_curl_--127.0.0.1:8999/10 +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake + +blablabla +--_curl_--127.0.0.1:8999/11 +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/110002.txt?coolsite=yes + +This server reply is for testing a simple Location: following -- cgit v1.2.3