mirror of
https://github.com/curl/curl.git
synced 2026-04-26 03:22:13 +03:00
modified to make the curl client with persistant connection support do
correct
This commit is contained in:
parent
070968abbc
commit
de7dcdbc54
5 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
HTTP/1.1 200 OK
|
||||
HTTP/1.0 200 OK
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
HTTP/1.1 404 BAD BOY
|
||||
HTTP/1.0 404 BAD BOY
|
||||
Content-Type: text/html
|
||||
|
||||
This silly page doesn't reaaaaaly exist so you should not get it.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
HTTP/1.1 200 OK
|
||||
HTTP/1.0 200 OK
|
||||
Server: test-server/fake
|
||||
Content-Type: text/html
|
||||
Content-Length: 0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--_curl_--127.0.0.1:8999/3
|
||||
HTTP/1.1 200 OK
|
||||
HTTP/1.0 200 OK
|
||||
Server: test-server/fake
|
||||
Content-Type: text/html
|
||||
Content-Length: 0
|
||||
|
|
@ -8,7 +8,7 @@ this is data even though Content-Length is set to zero
|
|||
|
||||
|
||||
--_curl_--127.0.0.1:8999/10
|
||||
HTTP/1.1 200 OK
|
||||
HTTP/1.0 200 OK
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Content-Length: 32
|
|||
Connection: close
|
||||
|
||||
Redirect to the same URL again!
|
||||
HTTP/1.1 404 BAD BOY
|
||||
HTTP/1.0 404 BAD BOY
|
||||
Content-Type: text/html
|
||||
|
||||
This silly page doesn't reaaaaaly exist so you should not get it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue