mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
26 lines
309 B
Plaintext
26 lines
309 B
Plaintext
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
http
|
|
</server>
|
|
<name>
|
|
attempt connect to non-existing host name
|
|
</name>
|
|
<command>
|
|
non-existing-and-weeeeeeirdname
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
6
|
|
</errorcode>
|
|
</verify>
|