From 13d9bb8bad62dfcf23486885bfa3d0b5542a8193 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 17 Jun 2019 11:44:21 +0200 Subject: test188/189: fix Content-Length This cures the flaky test results Closes #4034 --- tests/data/test188 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test188') diff --git a/tests/data/test188 b/tests/data/test188 index a23a2a11e..d8ca1cd47 100644 --- a/tests/data/test188 +++ b/tests/data/test188 @@ -14,7 +14,7 @@ followlocation HTTP/1.1 301 OK swsbounce Location: /188 -Content-Length: 2 +Content-Length: 3 OK @@ -30,7 +30,7 @@ Actual content HTTP/1.1 301 OK swsbounce Location: /188 -Content-Length: 2 +Content-Length: 3 HTTP/1.1 200 OK Connection: close -- cgit v1.2.3