sourcemod/extensions/curl/curl-src/tests/data/test20
2013-03-17 22:23:20 +00:00

39 lines
425 B
Plaintext

<testcase>
<info>
<keywords>
HTTP
FAILURE
non-existing host
</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>