xref: /curl/tests/data/test1084 (revision 3fd80c7b)
1<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>
42