diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-06-23 23:12:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-06-24 08:33:32 +0200 |
commit | 1e9769639b57ffd4f587d39efafaae6ff1d75c4a (patch) | |
tree | eb3e55e15100fbe63a3b1140cd6b819837e5c8ec /tests | |
parent | a206d805a03b97c41c10cff20ec1f615b275814b (diff) | |
download | curl-1e9769639b57ffd4f587d39efafaae6ff1d75c4a.tar.gz |
test153: fix content-length to avoid occasional hang
Closes #4065
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test153 | 4 |
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
|