From f488874ff5b804c2b088ddda71ec275be3dce52d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 23 May 2003 09:46:19 +0000 Subject: test 66 returns one line of data with no header (HTTP) --- tests/data/test66 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tests/data/test66 (limited to 'tests/data/test66') diff --git a/tests/data/test66 b/tests/data/test66 new file mode 100644 index 000000000..45ac2f144 --- /dev/null +++ b/tests/data/test66 @@ -0,0 +1,34 @@ +# Server-side + + +no headers + + + +# Client-side + + +http + + +HTTP GET without headers in the response + + +http://%HOSTIP:%HOSTPORT/66 + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /66 HTTP/1.1 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* + + + -- cgit v1.2.3