]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test188/189: fix Content-Length
authorDaniel Stenberg <daniel@haxx.se>
Mon, 17 Jun 2019 09:44:21 +0000 (11:44 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 Jun 2019 14:01:55 +0000 (16:01 +0200)
This cures the flaky test results

Closes #4034

tests/data/test188
tests/data/test189

index a23a2a11e09ca0f00e4ae2ef551af66f15ac2b4e..d8ca1cd47932bddddc4a052d89b12d21e36f5804 100644 (file)
@@ -14,7 +14,7 @@ followlocation
 <data>
 HTTP/1.1 301 OK swsbounce
 Location: /188
-Content-Length: 2
+Content-Length: 3
 
 OK
 </data>
@@ -30,7 +30,7 @@ Actual content
 <datacheck>
 HTTP/1.1 301 OK swsbounce
 Location: /188
-Content-Length: 2
+Content-Length: 3
 
 HTTP/1.1 200 OK 
 Connection: close
index f82b4ad90138e2670c29c017275a811cbca163d7..65780f8040f566fd41be14b88c7cdb931fe2a79b 100644 (file)
@@ -11,7 +11,7 @@ HTTP GET
 <data>
 HTTP/1.1 301 OK swsbounce
 Location: /189
-Content-Length: 2
+Content-Length: 3
 
 OK
 </data>
@@ -26,7 +26,7 @@ Actual content
 <datacheck>
 HTTP/1.1 301 OK swsbounce
 Location: /189
-Content-Length: 2
+Content-Length: 3
 
 HTTP/1.1 200 OK 
 Connection: close