diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-27 13:35:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-27 13:35:55 +0000 |
commit | f35398e4143104a1560fe0d8453f11e1671e6e32 (patch) | |
tree | b79b479e6f3ea89d7ee268dc8ba702c2e4f82823 /tests/data/test96 | |
parent | 3b39cee785ac1afcda60de9ae2ea84d9b000406b (diff) |
send a connection: close in the initial reply to see if things differ
Diffstat (limited to 'tests/data/test96')
-rw-r--r-- | tests/data/test96 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/test96 b/tests/data/test96 index a5351f9ad..5d62d45b2 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
|