1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6HTTP proxy 7multi 8FAILURE 9connect to non-listen 10</keywords> 11</info> 12 13# Server-side 14<reply> 15</reply> 16 17# Client-side 18<client> 19<server> 20none 21</server> 22<features> 23http 24proxy 25</features> 26# tool is what to use instead of 'curl' 27<tool> 28lib%TESTNUMBER 29</tool> 30 31<name> 32simple multi through local proxy without listener 33</name> 34<command> 35http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER %HOSTIP:%NOLISTENPORT 36</command> 37</client> 38 39# Verify data after the test has been "shot" 40# TEST_ERR_SUCCESS is errorcode 120 41<verify> 42<errorcode> 43120 44</errorcode> 45</verify> 46</testcase> 47