1<testcase> 2#based off 19 3<info> 4<keywords> 5HTTP 6SOCKS4 7connect to non-listen 8FAILURE 9</keywords> 10</info> 11# Server-side 12<reply> 13<data> 14</data> 15# 91 is socks4 failure 16<servercmd> 17response 91 18</servercmd> 19</reply> 20 21# Client-side 22<client> 23<features> 24proxy 25</features> 26<server> 27socks4 28</server> 29<features> 30http 31proxy 32</features> 33<name> 34Attempt connect to non-listening HTTP server via SOCKS4 proxy 35</name> 36<command> 37--socks4 %HOSTIP:%SOCKSPORT http://%HOSTIP:%NOLISTENPORT 38</command> 39</client> 40 41# Verify data after the test has been "shot" 42<verify> 43<errorcode> 4497 45</errorcode> 46</verify> 47</testcase> 48