blob: 7a6292b88a2340c4e5a9f924d2e2387e410020bf [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6--interface
7FAILURE
8non-existing host
9</keywords>
10</info>
11
12#
13# Server-side
14<reply>
15</reply>
16
17#
18# Client-side
19<client>
20<features>
21http
22</features>
23<server>
24none
25</server>
26 <name>
27HTTP GET with invalid --interface
28 </name>
29 <command>
30http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER --interface non-existing-host.haxx.se.
31</command>
32</client>
33
34#
35# Verify data after the test has been "shot"
36<verify>
37<errorcode>
3845
39</errorcode>
40</verify>
41</testcase>