aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1144
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1144')
-rw-r--r--tests/data/test114462
1 files changed, 62 insertions, 0 deletions
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>