From eac324f28420871b79790c8f2c3a3ec9bd0b9e00 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sun, 24 Sep 2017 19:31:43 +0200 Subject: http: add custom empty headers to repeated requests Closes #1920 --- tests/data/test4 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tests/data/test4') diff --git a/tests/data/test4 b/tests/data/test4 index df69d3274..542347db5 100644 --- a/tests/data/test4 +++ b/tests/data/test4 @@ -30,7 +30,7 @@ http Replaced internal and added custom HTTP headers - -H "extra-header: here" -H "Accept: replaced" -H "X-Custom-Header;" -H "X-Test: foo; " -H "X-Test:" -H "X-Test2: foo;" -H "X-Test3: " -H "X-Test4; " -H "X-Test5;ignored" http://%HOSTIP:%HTTPPORT/4 + -H "extra-header: here" -H "Accept: replaced" -H "X-Custom-Header;" -H "X-Test: foo; " -H "X-Test:" -H "X-Test2: foo;" -H "X-Test3: " -H "X-Test4; " -H "X-Test5;ignored" http://%HOSTIP:%HTTPPORT/4 http://%HOSTIP:%HTTPPORT/4 @@ -49,6 +49,14 @@ X-Custom-Header: X-Test: foo; X-Test2: foo; +GET /4 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +extra-header: here +Accept: replaced +X-Custom-Header: +X-Test: foo; +X-Test2: foo; + -- cgit v1.2.3