From 9b3b7ad22ea6d677e2e50f3a7d1c41214b49ae29 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 11 Dec 2004 21:41:00 +0000 Subject: HTTP IPv6 support added to the test suite --- tests/data/test241 | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 tests/data/test241 (limited to 'tests/data/test241') diff --git a/tests/data/test241 b/tests/data/test241 new file mode 100644 index 000000000..4f3d64b66 --- /dev/null +++ b/tests/data/test241 @@ -0,0 +1,44 @@ +# +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Length: 6 + +hello + + + +# +# Client-side + + +ipv6 + + +http-ipv6 + + +HTTP-IPv6 GET (using ip6-localhost) + + +-g "http://ip6-localhost:%HTTP6PORT/241" + + + +# +# Verify data after the test has been "shot" + + +^User-Agent: + + +GET /241 HTTP/1.1 +Host: ip6-localhost:%HTTP6PORT +Pragma: no-cache +Accept: */* + + + -- cgit v1.2.3