From cdd61dc35fc093f6e78da0168070a09f45becf5c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 18 Aug 2016 11:44:45 +0200 Subject: test1144: verify HEAD with body-only response --- tests/data/test1144 | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 tests/data/test1144 (limited to 'tests/data/test1144') diff --git a/tests/data/test1144 b/tests/data/test1144 new file mode 100644 index 000000000..3b4a1b479 --- /dev/null +++ b/tests/data/test1144 @@ -0,0 +1,62 @@ + + + +HTTP +HTTP HEAD + + + +# +# Server-side + + +No headers at all, just data swsclose + +Let's get + +a little + +so that + +we + +have + +some + +test + +data to + +verify + + + +# +# Client-side + + +http + + +HTTP HEAD, receive no headers only body + + +-I http://%HOSTIP:%HTTPPORT/1144 + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +HEAD /1144 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + + -- cgit v1.2.3