2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2012-11-19 11:54:52 -05:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-04-20 04:35:37 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
2009-01-07 16:57:26 -05:00
|
|
|
<data nocheck="yes">
|
2004-04-20 04:35:37 -04:00
|
|
|
HTTP/1.1 200 OK swsclose
|
2020-02-28 09:00:03 -05:00
|
|
|
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
2004-04-20 04:35:37 -04:00
|
|
|
Content-Length: 9
|
|
|
|
|
|
|
|
surprise
|
|
|
|
</data>
|
|
|
|
<data1>
|
|
|
|
HTTP/1.1 200 OK swsclose
|
2020-02-28 09:00:03 -05:00
|
|
|
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
2004-04-20 04:35:37 -04:00
|
|
|
Connection: close
|
|
|
|
|
|
|
|
surprise2
|
|
|
|
</data1>
|
|
|
|
|
|
|
|
<postcmd>
|
|
|
|
wait 1
|
|
|
|
</postcmd>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP with delayed close, conn reuse, connection reset and retry
|
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-12 11:38:26 -05:00
|
|
|
http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER http://%HOSTIP:%HTTPPORT/wantmore/%TESTNUMBER0001
|
2004-04-20 04:35:37 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2004-04-20 04:35:37 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<stdout>
|
|
|
|
HTTP/1.1 200 OK swsclose
|
2020-02-28 09:00:03 -05:00
|
|
|
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
2004-04-20 04:35:37 -04:00
|
|
|
Content-Length: 9
|
|
|
|
|
|
|
|
surprise
|
|
|
|
HTTP/1.1 200 OK swsclose
|
2020-02-28 09:00:03 -05:00
|
|
|
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
2004-04-20 04:35:37 -04:00
|
|
|
Connection: close
|
|
|
|
|
|
|
|
surprise2
|
|
|
|
</stdout>
|
|
|
|
|
|
|
|
<protocol>
|
2021-03-12 11:38:26 -05:00
|
|
|
GET /want/%TESTNUMBER HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-04-20 04:35:37 -04:00
|
|
|
Accept: */*
|
|
|
|
|
2021-03-12 11:38:26 -05:00
|
|
|
GET /wantmore/%TESTNUMBER0001 HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-04-20 04:35:37 -04:00
|
|
|
Accept: */*
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|