diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-20 07:36:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-20 07:36:09 +0000 |
commit | 760cecac8d19bd8fb57842b0697ee248b01d6270 (patch) | |
tree | e1d204871a9d88487537bccb4dff0d5c33d7ce9e /tests/data/test91 | |
parent | 6f8b4395ec12484e4a461a999d1e52d669306a16 (diff) |
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.
Diffstat (limited to 'tests/data/test91')
-rw-r--r-- | tests/data/test91 | 2 |
1 files changed, 2 insertions, 0 deletions
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
</data> @@ -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
|