1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6</keywords> 7</info> 8 9<reply> 10<data nocheck="yes"> 11HTTP/1.1 200 OK swsclose 12Server: test-server/fake 13Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 14Content-Length: 6 15Connection: close 16 17-foo- 18</data> 19</reply> 20 21# 22# Client-side 23<client> 24<server> 25http 26</server> 27<tool> 28lib%TESTNUMBER 29</tool> 30<name> 31CONNECT_ONLY and doing a second curl_easy_perform 32</name> 33<command> 34http://%HOSTIP:%HTTPPORT 35</command> 36</client> 37 38# 39# Verify data after the test has been "shot" 40<verify> 41<stdout> 42HTTP/1.1 200 OK swsclose 43Server: test-server/fake 44Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 45Content-Length: 6 46Connection: close 47 48-foo- 49HTTP/1.1 200 OK swsclose 50Server: test-server/fake 51Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 52Content-Length: 6 53Connection: close 54 55-foo- 56</stdout> 57<protocol> 58GET /556 HTTP/1.1 59Host: ninja 60 61GET /556 HTTP/1.1 62Host: ninja 63 64</protocol> 65 66<errorcode> 670 68</errorcode> 69</verify> 70</testcase> 71