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/test240 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 tests/data/test240 (limited to 'tests/data/test240') diff --git a/tests/data/test240 b/tests/data/test240 new file mode 100644 index 000000000..e7617eec7 --- /dev/null +++ b/tests/data/test240 @@ -0,0 +1,50 @@ +# +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +ETag: "21025-dc7-39462498" +Accept-Ranges: bytes +Content-Length: 6 +Connection: close +Content-Type: text/html +Funny-head: yesyes + + + + + +# +# Client-side + + +ipv6 + + +http-ipv6 + + +HTTP-IPv6 GET + + +-g "http://%HOST6IP:%HTTP6PORT/240" + + + +# +# Verify data after the test has been "shot" + + +^User-Agent: + + +GET /240 HTTP/1.1 +Host: %HOST6IP:%HTTP6PORT +Pragma: no-cache +Accept: */* + + + -- cgit v1.2.3