diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-08-18 11:44:45 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-08-18 11:45:15 +0200 |
commit | cdd61dc35fc093f6e78da0168070a09f45becf5c (patch) | |
tree | dfde53003efa9752354aa6279ab09e4b3d0994b7 | |
parent | cf582d7bc0bc776c9dd5654680c8557260c192bb (diff) |
test1144: verify HEAD with body-only response
-rw-r--r-- | tests/data/Makefile.inc | 2 | ||||
-rw-r--r-- | tests/data/test1144 | 62 |
2 files changed, 63 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 27f52a6a9..6673bb75b 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -120,7 +120,7 @@ test1112 test1113 test1114 test1115 test1116 test1117 test1118 test1119 \ test1120 test1121 test1122 test1123 test1124 test1125 test1126 test1127 \ test1128 test1129 test1130 test1131 test1132 test1133 test1134 test1135 \ test1136 test1137 test1138 test1139 test1140 test1141 test1142 test1143 \ -\ +test1144 \ test1200 test1201 test1202 test1203 test1204 test1205 test1206 test1207 \ test1208 test1209 test1210 test1211 test1212 test1213 test1214 test1215 \ test1216 test1217 test1218 test1219 \ 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 @@ +<testcase> +<info> +<keywords> +HTTP +HTTP HEAD +</keywords> +</info> + +# +# Server-side +<reply> +<data> +No headers at all, just data swsclose + +Let's get + +a little + +so that + +we + +have + +some + +test + +data to + +verify +</data> +</reply> + +# +# Client-side +<client> +<server> +http +</server> + <name> +HTTP HEAD, receive no headers only body + </name> + <command> +-I http://%HOSTIP:%HTTPPORT/1144 +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +HEAD /1144 HTTP/1.1
+Host: %HOSTIP:%HTTPPORT
+Accept: */*
+
+</protocol> +</verify> +</testcase> |