From: Daniel Stenberg Date: Sun, 23 Jun 2019 21:12:48 +0000 (+0200) Subject: test153: fix content-length to avoid occasional hang X-Git-Tag: curl-7_65_2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e9769639b57ffd4f587d39efafaae6ff1d75c4a;p=curl test153: fix content-length to avoid occasional hang Closes #4065 --- diff --git a/tests/data/test153 b/tests/data/test153 index fc1d812de..f679de4ea 100644 --- a/tests/data/test153 +++ b/tests/data/test153 @@ -40,7 +40,7 @@ HTTP/1.1 401 Authorization re-negotiation please swsbounce Server: Apache/1.3.27 (Darwin) PHP/4.1.2 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="auth" Content-Type: text/html; charset=iso-8859-1 -Content-Length: 25 +Content-Length: 26 This is not the real page @@ -121,7 +121,7 @@ HTTP/1.1 401 Authorization re-negotiation please swsbounce Server: Apache/1.3.27 (Darwin) PHP/4.1.2 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="auth" Content-Type: text/html; charset=iso-8859-1 -Content-Length: 25 +Content-Length: 26 HTTP/1.1 200 OK Server: Apache/1.3.27 (Darwin) PHP/4.1.2