From fa6b6f1a46298f6c8957f67673d6ab1a75052e0b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 16 Aug 2016 10:14:48 +0200 Subject: proxy: fix tests as follow-up to 93b0d907d5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes tests that were added after 113f04e664b as the tests would fail otherwise. We bring back "Proxy-Connection: Keep-Alive" now unconditionally to fix regressions with old and stupid proxies, but we could possibly switch to using it only for CONNECT or only for NTLM in a future if we want to gradually reduce it. Fixes #954 Reported-by: János Fekete --- tests/data/test1142 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/data/test1142') diff --git a/tests/data/test1142 b/tests/data/test1142 index 0ecfbd3c6..76c6bdf55 100644 --- a/tests/data/test1142 +++ b/tests/data/test1142 @@ -53,6 +53,7 @@ HTTP redirect to http://// (four slashes!) GET http://%HOSTIP:%HTTPPORT/want/1142 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* +Proxy-Connection: Keep-Alive # 3, CURLE_URL_MALFORMAT for the four slashes -- cgit v1.2.3