mirror of
https://github.com/curl/curl.git
synced 2026-08-26 21:35:33 +03:00
modified to work fine with the new persistant connection working test suite
HTTP server
This commit is contained in:
parent
bc0fd6db71
commit
c50a601f1a
56 changed files with 126 additions and 94 deletions
|
|
@ -5,7 +5,7 @@ HTTP/1.1 200 OK
|
|||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
Content-Type: text/html
|
||||
Funny-head: yesyes
|
||||
Funny-head: yesyes swsclose
|
||||
Set-Cookie: foobar=name; domain=127.0.0.1; path=/;
|
||||
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
||||
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
|
||||
|
|
@ -43,7 +43,7 @@ HTTP/1.1 200 OK
|
|||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
Content-Type: text/html
|
||||
Funny-head: yesyes
|
||||
Funny-head: yesyes swsclose
|
||||
Set-Cookie: foobar=name; domain=127.0.0.1; path=/;
|
||||
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
||||
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue