diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-04-10 12:26:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-04-10 12:26:08 +0000 |
commit | 4edb93508d2b0d302cfea729b4636fe371050b25 (patch) | |
tree | 87622a5295738233c925f0fc44f410e74e51803f /tests/data/test169 | |
parent | 38c994b83b857ece2c9a483f3d6871c4a1521331 (diff) | |
download | curl-4edb93508d2b0d302cfea729b4636fe371050b25.tar.gz |
Use correct content-length. Found out by patching the libcurl read to only
read one byte at a time...
Diffstat (limited to 'tests/data/test169')
-rw-r--r-- | tests/data/test169 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test169 b/tests/data/test169 index 43f9bdb20..0bfd31284 100644 --- a/tests/data/test169 +++ b/tests/data/test169 @@ -33,7 +33,7 @@ This is not the real page either! HTTP/1.1 401 You now need to authenticate with the host
Server: Microsoft-IIS/5.0
WWW-Authenticate: Digest realm="r e a l m", nonce="abcdef"
-Content-Length: 40
+Content-Length: 46
Content-Type: text/html; charset=iso-8859-1
We have not authenticated with the server yet @@ -49,7 +49,7 @@ Proxy-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4 HTTP/1.1 401 You now need to authenticate with the host
Server: Microsoft-IIS/5.0
WWW-Authenticate: Digest realm="r e a l m", nonce="abcdef"
-Content-Length: 40
+Content-Length: 46
Content-Type: text/html; charset=iso-8859-1
HTTP/1.1 200 Authorizated fine
|