From 6ae32c083c1004fcbd536bafd6c6e36be018d196 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 23 Jun 2019 23:12:48 +0200 Subject: test153: fix content-length to avoid occasional hang --- tests/data/test153 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.1