mirror of
https://github.com/moparisthebest/curl
synced 2025-01-10 13:38:04 -05:00
test188/189: fix Content-Length
This cures the flaky test results Closes #4034
This commit is contained in:
parent
672ff597e5
commit
13d9bb8bad
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user