From 04c98fea5630b6408040a0e194b95df23a978977 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 17 Jun 2019 11:46:20 +0200 Subject: test189: fix same C-L problem as test 188 --- tests/data/test189 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/test189 b/tests/data/test189 index f82b4ad90..65780f804 100644 --- a/tests/data/test189 +++ b/tests/data/test189 @@ -11,7 +11,7 @@ HTTP GET HTTP/1.1 301 OK swsbounce Location: /189 -Content-Length: 2 +Content-Length: 3 OK @@ -26,7 +26,7 @@ Actual content HTTP/1.1 301 OK swsbounce Location: /189 -Content-Length: 2 +Content-Length: 3 HTTP/1.1 200 OK Connection: close -- cgit v1.2.1