From f35398e4143104a1560fe0d8453f11e1671e6e32 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 27 Jan 2004 13:35:55 +0000
Subject: [PATCH] send a connection: close in the initial reply to see if
 things differ

---
 tests/data/test96 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/data/test96 b/tests/data/test96
index a5351f9ad5..5d62d45b28 100644
--- a/tests/data/test96
+++ b/tests/data/test96
@@ -5,6 +5,7 @@ HTTP/1.1 401 Authorization Required swsclose
 Server: Apache/1.3.27 (Darwin) PHP/4.1.2
 WWW-Authenticate: Magic-Negotiate
 WWW-Authenticate: NTLM
+Connection: close
 Content-Type: text/html; charset=iso-8859-1
 Content-Length: 5
 
@@ -38,6 +39,7 @@ HTTP/1.1 401 Authorization Required swsclose
 Server: Apache/1.3.27 (Darwin) PHP/4.1.2
 WWW-Authenticate: Magic-Negotiate
 WWW-Authenticate: NTLM
+Connection: close
 Content-Type: text/html; charset=iso-8859-1
 Content-Length: 5
 
-- 
GitLab