mirror of
https://github.com/moparisthebest/curl
synced 2024-11-02 08:35:03 -04:00
3398eca7c3
to guarantee against it ever being valid.
37 lines
424 B
Plaintext
37 lines
424 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
non-existing host name
|
|
FAILURE
|
|
</keywords>
|
|
</info>
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
http
|
|
</features>
|
|
<name>
|
|
attempt connect to non-existing host name
|
|
</name>
|
|
<command>
|
|
non-existing-host.haxx.se.
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
6
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|