summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-06-23 23:12:48 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-06-24 08:33:32 +0200
commit1e9769639b57ffd4f587d39efafaae6ff1d75c4a (patch)
treeeb3e55e15100fbe63a3b1140cd6b819837e5c8ec
parenta206d805a03b97c41c10cff20ec1f615b275814b (diff)
downloadcurl-1e9769639b57ffd4f587d39efafaae6ff1d75c4a.tar.gz
test153: fix content-length to avoid occasional hang
Closes #4065
-rw-r--r--tests/data/test1534
1 files 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
</data1002>
@@ -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