From 760cecac8d19bd8fb57842b0697ee248b01d6270 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 20 Apr 2004 07:36:09 +0000 Subject: 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. --- tests/data/test91 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/data/test91') diff --git a/tests/data/test91 b/tests/data/test91 index da2f3ad53..f3d5fcefd 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 -- cgit v1.2.3