mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:23:32 +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
|
|
@ -2,14 +2,14 @@
|
|||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
HTTP/1.1 302 OK
|
||||
HTTP/1.1 302 OK swsclose
|
||||
Location: ./520002
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Connection: close
|
||||
|
||||
</data>
|
||||
<data2>
|
||||
HTTP/1.1 200 OK
|
||||
HTTP/1.1 200 OK swsclose
|
||||
Location: this should be ignored
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Connection: close
|
||||
|
|
@ -17,12 +17,12 @@ Connection: close
|
|||
body
|
||||
</data2>
|
||||
<datacheck>
|
||||
HTTP/1.1 302 OK
|
||||
HTTP/1.1 302 OK swsclose
|
||||
Location: ./520002
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Connection: close
|
||||
|
||||
HTTP/1.1 200 OK
|
||||
HTTP/1.1 200 OK swsclose
|
||||
Location: this should be ignored
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Connection: close
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue