From: Daniel Stenberg Date: Tue, 20 Apr 2004 07:36:09 +0000 (+0000) Subject: make the first response get a "connection: close" header as that is how X-Git-Tag: curl-7_11_2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=760cecac8d19bd8fb57842b0697ee248b01d6270;p=thirdparty%2Fcurl.git make the first response get a "connection: close" header as that is how most 1.1 connections will be closed. The case where it gets closed anyway is subject for a new separate test. --- diff --git a/tests/data/test91 b/tests/data/test91 index da2f3ad53a..f3d5fcefd8 100644 --- a/tests/data/test91 +++ b/tests/data/test91 @@ -8,6 +8,7 @@ WWW-Authenticate: NTLM WWW-Authenticate: Basic realm="daniel" Content-Type: text/html; charset=iso-8859-1 Content-Length: 0 +Connection: close @@ -41,6 +42,7 @@ WWW-Authenticate: NTLM WWW-Authenticate: Basic realm="daniel" Content-Type: text/html; charset=iso-8859-1 Content-Length: 0 +Connection: close HTTP/1.1 401 Now gimme that second request of crap Server: Microsoft-IIS/5.0