From 9d191a6a40c2e90153d4b60cbc78fa34837c07ee Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 11 Apr 2011 16:30:14 +0200 Subject: TE: do the Connection: header When TE: is inserted in the request, we must add a "Connection: TE" as well to be HTTP 1.1 compliant. If a custom Connection: header is passed in, we must use that and only append TE to it. Test case 1125 verifies TE: + custom Connection:. --- tests/data/test1124 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/data/test1124') diff --git a/tests/data/test1124 b/tests/data/test1124 index 6914756de..d8b4f9ae7 100644 --- a/tests/data/test1124 +++ b/tests/data/test1124 @@ -61,6 +61,7 @@ http://%HOSTIP:%HTTPPORT/1124 -H "TE: gzip" GET /1124 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* +Connection: TE TE: gzip -- cgit v1.2.3