test188/189: fix Content-Length

This cures the flaky test results

Closes #4034
This commit is contained in:
Daniel Stenberg 2019-06-17 11:44:21 +02:00
parent 672ff597e5
commit 13d9bb8bad
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 4 additions and 4 deletions

View 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

View 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