1<testcase> 2<info> 3<keywords> 4CONNECT 5curl_easy_cleanup 6</keywords> 7</info> 8 9# Server-side 10<reply> 11<data nocheck="yes"> 12HTTP/1.1 302 OK 13Date: Thu, 09 Nov 2010 14:49:00 GMT 14Server: test-server/fake 15Content-Type: text/html 16Content-Length: 0 17Location: /%TESTNUMBER0002 18 19</data> 20<data2> 21HTTP/1.1 200 OK 22Date: Thu, 09 Nov 2010 14:49:00 GMT 23Server: test-server/fake 24Content-Type: text/html 25Content-Length: 0 26 27</data2> 28</reply> 29 30# Client-side 31<client> 32<features> 33proxy 34</features> 35<server> 36https 37http-proxy 38</server> 39 40<name> 41curl_easy_cleanup without curl_multi_remove_handle - in CONNECT 42</name> 43<tool> 44lib%TESTNUMBER 45</tool> 46 47<command> 48https://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%PROXYPORT 49</command> 50</client> 51 52# Verify data after the test has been "shot" 53<verify> 54</verify> 55</testcase> 56