From 35ecffb9be03d6d52c37163060087a5df51e9b2e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 28 Jul 2018 22:47:16 +0200 Subject: test1157: test -H from empty file Verifies bugfix #2797 --- tests/data/test1157 | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 tests/data/test1157 (limited to 'tests/data/test1157') 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 @@ + + + +HTTP +HTTP GET +-H + + + +# +# Server-side + + +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- + + + +# +# Client-side + + +http + + +Get -H headers from empty file + + + + +http://%HOSTIP:%HTTPPORT/1157 -H @log/heads1157.txt + + + +# +# Verify data after the test has been "shot" + + +GET /1157 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + + -- cgit v1.2.3