From 5113ad0424044458ac497fa1458ebe0101356b22 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 7 Jun 2017 23:02:26 +0200 Subject: http-proxy: do the HTTP CONNECT process entirely non-blocking Mentioned as a problem since 2007 (8f87c15bdac63) and of course it existed even before that. Closes #1547 --- tests/data/test1021 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data') diff --git a/tests/data/test1021 b/tests/data/test1021 index 29247f11d..85845a5ba 100644 --- a/tests/data/test1021 +++ b/tests/data/test1021 @@ -15,7 +15,7 @@ HTTP proxy NTLM auth HTTP/1.1 407 Authorization Required to proxy me my dear swsclose Proxy-Authenticate: NTLM -Content-Length: 21 +Content-Length: 16 Connection: close data to discard @@ -62,7 +62,7 @@ Nice proxy auth sir! HTTP/1.1 407 Authorization Required to proxy me my dear swsclose Proxy-Authenticate: NTLM -Content-Length: 21 +Content-Length: 16 Connection: close HTTP/1.1 407 Authorization Required to proxy me my dear -- cgit v1.2.3