diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-22 11:12:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-22 11:12:30 +0000 |
commit | 475166fc8bf2010ade87956f7626e3e03a5e9004 (patch) | |
tree | 7445a215fde8294beae77fa91578a9ea338abf46 /tests/data/test91 | |
parent | be2b742b85ceabee23afc1cf4d154a3d3608aafc (diff) | |
download | curl-475166fc8bf2010ade87956f7626e3e03a5e9004.tar.gz |
Modified to be able to repeat Kevin Roth's problem
Diffstat (limited to 'tests/data/test91')
-rw-r--r-- | tests/data/test91 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/test91 b/tests/data/test91 index fc6f1bcb3..ff5983dcc 100644 --- a/tests/data/test91 +++ b/tests/data/test91 @@ -7,8 +7,8 @@ WWW-Authenticate: Negotiate WWW-Authenticate: NTLM
WWW-Authenticate: Basic realm="daniel"
Content-Type: text/html; charset=iso-8859-1
+Content-Length: 0
-This is not the real page </data> # This is supposed to be returned when the server gets a first @@ -40,6 +40,7 @@ WWW-Authenticate: Negotiate WWW-Authenticate: NTLM
WWW-Authenticate: Basic realm="daniel"
Content-Type: text/html; charset=iso-8859-1
+Content-Length: 0
HTTP/1.1 401 Now gimme that second request of crap
Server: Microsoft-IIS/5.0
@@ -66,7 +67,7 @@ SSL http </server> <name> -HTTP with NTLM/Negotiate/Basic, anyauth and user with domain +HTTP with NTLM/Negotiate/Basic, anyauth and user with domain, with size 0 </name> <command> http://%HOSTIP:%HOSTPORT/91 --anyauth -u mydomain\\myself:secret |