1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6HTTP proxy 7</keywords> 8</info> 9 10# 11# Server-side 12<reply> 13<data nocheck="yes"> 14HTTP/1.1 200 OK 15Uknown-header: blrub 16Content-Length: 6 17 18-foo- 19</data> 20 21<servercmd> 22connection-monitor 23</servercmd> 24</reply> 25 26# 27# Client-side 28<client> 29<server> 30http 31</server> 32 <name> 33Re-using HTTP proxy connection for two different host names 34 </name> 35 <command> 36--proxy http://%HOSTIP:%HTTPPORT http://test.remote.haxx.se.1421:8990/ http://different.remote.haxx.se.1421:8990 37</command> 38</client> 39 40# 41# Verify data after the test has been "shot" 42<verify> 43<stdout> 44HTTP/1.1 200 OK 45Uknown-header: blrub 46Content-Length: 6 47 48-foo- 49HTTP/1.1 200 OK 50Uknown-header: blrub 51Content-Length: 6 52 53-foo- 54</stdout> 55<strip> 56^User-Agent:.* 57</strip> 58<protocol> 59GET http://test.remote.haxx.se.1421:8990/ HTTP/1.1 60Host: test.remote.haxx.se.1421:8990 61Accept: */* 62Proxy-Connection: Keep-Alive 63 64GET http://different.remote.haxx.se.1421:8990/ HTTP/1.1 65Host: different.remote.haxx.se.1421:8990 66Accept: */* 67Proxy-Connection: Keep-Alive 68 69[DISCONNECT] 70</protocol> 71</verify> 72</testcase> 73