diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-07-28 22:47:16 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-07-28 22:49:00 +0200 |
commit | 35ecffb9be03d6d52c37163060087a5df51e9b2e (patch) | |
tree | 395b748e03c7862d65d687b641b4748b130053db /tests/data/test1157 | |
parent | 3e9b3a3798885b31fe316cafa57425f44bcd1a2c (diff) |
test1157: test -H from empty file
Verifies bugfix #2797
Diffstat (limited to 'tests/data/test1157')
-rw-r--r-- | tests/data/test1157 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/tests/data/test1157 b/tests/data/test1157 new file mode 100644 index 000000000..08c2c0ffd --- /dev/null +++ b/tests/data/test1157 @@ -0,0 +1,55 @@ +<testcase> +<info> +<keywords> +HTTP +HTTP GET +-H +</keywords> +</info> + +# +# Server-side +<reply> +<data> +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +ETag: "21025-dc7-39462498" +Accept-Ranges: bytes +Content-Length: 6 +Connection: close +Content-Type: text/html +Funny-head: yesyes + +-foo- +</data> +</reply> + +# +# Client-side +<client> +<server> +http +</server> + <name> +Get -H headers from empty file + </name> +<file name="log/heads1157.txt"> +</file> + <command> +http://%HOSTIP:%HTTPPORT/1157 -H @log/heads1157.txt +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +GET /1157 HTTP/1.1
+Host: %HOSTIP:%HTTPPORT
+Accept: */*
+
+</protocol> +</verify> +</testcase> |