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/test1123 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/data/test1123') diff --git a/tests/data/test1123 b/tests/data/test1123 index c51fa9608..cfd843dae 100644 --- a/tests/data/test1123 +++ b/tests/data/test1123 @@ -192,6 +192,7 @@ http://%HOSTIP:%HTTPPORT/1123 -H "TE: deflate, gzip" GET /1123 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* +Connection: TE TE: deflate, gzip -- cgit v1.2.3