From: Daniel Stenberg Date: Fri, 23 May 2003 09:46:19 +0000 (+0000) Subject: test 66 returns one line of data with no header (HTTP) X-Git-Tag: curl-7_10_6~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f488874ff5b804c2b088ddda71ec275be3dce52d;p=curl test 66 returns one line of data with no header (HTTP) --- diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index bb987e4b7..010b9a89e 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -20,4 +20,4 @@ test130 test131 test132 test133 test134 test135 test403 test305 \ test49 test50 test51 test52 test53 test54 test55 test56 \ test500 test501 test502 test503 test504 test136 test57 test137 test138 \ test58 test139 test140 test141 test59 test60 test61 test142 test143 test62 \ -test63 test64 test65 +test63 test64 test65 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, */* + + +