From 68826c25f8660bfbabe634eda8d968acec7a9205 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 21 Jan 2004 08:51:54 +0000
Subject: [PATCH] removed Basic in the initial response to see if it makes any
 difference in the failure frequency

---
 tests/data/test96 | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/data/test96 b/tests/data/test96
index 40a805805b..a5351f9ad5 100644
--- a/tests/data/test96
+++ b/tests/data/test96
@@ -5,7 +5,6 @@ HTTP/1.1 401 Authorization Required swsclose
 Server: Apache/1.3.27 (Darwin) PHP/4.1.2
 WWW-Authenticate: Magic-Negotiate
 WWW-Authenticate: NTLM
-WWW-Authenticate: Basic realm="daniel"
 Content-Type: text/html; charset=iso-8859-1
 Content-Length: 5
 
@@ -39,7 +38,6 @@ HTTP/1.1 401 Authorization Required swsclose
 Server: Apache/1.3.27 (Darwin) PHP/4.1.2
 WWW-Authenticate: Magic-Negotiate
 WWW-Authenticate: NTLM
-WWW-Authenticate: Basic realm="daniel"
 Content-Type: text/html; charset=iso-8859-1
 Content-Length: 5
 
@@ -68,7 +66,7 @@ SSL
 http
 </server>
  <name>
-HTTP with NTLM/Negotiate/Basic, anyauth and user with domain, with size 5
+HTTP with NTLM/Magic, anyauth and user with domain, with size 5
  </name>
  <command>
 http://%HOSTIP:%HOSTPORT/96 --anyauth -u mydomain\\myself:secret
-- 
GitLab