diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-19 23:57:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-19 23:57:08 +0000 |
commit | c50a601f1a77b393503207b7fea4352a28b8a05e (patch) | |
tree | f8913215e8afdc479d50a63f551dc2d5663cf0dd /tests/data/test67 | |
parent | bc0fd6db714532f9cca40be984b0a13dfa09071b (diff) | |
download | curl-c50a601f1a77b393503207b7fea4352a28b8a05e.tar.gz |
modified to work fine with the new persistant connection working test suite
HTTP server
Diffstat (limited to 'tests/data/test67')
-rw-r--r-- | tests/data/test67 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/data/test67 b/tests/data/test67 index ece249ef2..ae92276b3 100644 --- a/tests/data/test67 +++ b/tests/data/test67 @@ -9,6 +9,7 @@ HTTP/1.1 401 Now gimme that second request of crap
Server: Microsoft-IIS/5.0
Content-Type: text/html; charset=iso-8859-1
+Content-Length: 34
WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
This is not the real page either! @@ -17,7 +18,7 @@ This is not the real page either! # This is supposed to be returned when the server gets the second # Authorization: NTLM line passed-in from the client <data1002> -HTTP/1.1 200 Things are fine in server land
+HTTP/1.1 200 Things are fine in server land swsclose
Server: Microsoft-IIS/5.0
Content-Type: text/html; charset=iso-8859-1
@@ -28,9 +29,10 @@ Finally, this is the real page! HTTP/1.1 401 Now gimme that second request of crap
Server: Microsoft-IIS/5.0
Content-Type: text/html; charset=iso-8859-1
+Content-Length: 34
WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA==
-HTTP/1.1 200 Things are fine in server land
+HTTP/1.1 200 Things are fine in server land swsclose
Server: Microsoft-IIS/5.0
Content-Type: text/html; charset=iso-8859-1
|