From 4edb93508d2b0d302cfea729b4636fe371050b25 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 Apr 2006 12:26:08 +0000 Subject: Use correct content-length. Found out by patching the libcurl read to only read one byte at a time... --- tests/data/test169 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test169') 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 -- cgit v1.2.3