blob: b9abc45e1212a7302f5cb1533910e4a50408a713 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<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</reply>
16
17# Client-side
18<client>
19<server>
20http
21</server>
22 <name>
23Attempt connect to non-listening SOCKS4 proxy
24 </name>
25 <command>
26--socks4 %HOSTIP:%NOLISTENPORT http://%HOSTIP:%HTTPPORT/%TESTNUMBER
27</command>
28<features>
29proxy
30</features>
31</client>
32
33# Verify data after the test has been "shot"
34<verify>
35<errorcode>
367
37</errorcode>
38</verify>
39</testcase>