Imported libcurl source code.

This commit is contained in:
David Anderson
2009-01-08 18:31:00 -05:00
parent ccc59ecdaf
commit 489d6c5a65
1186 changed files with 336917 additions and 0 deletions
@@ -0,0 +1,40 @@
<testcase>
<info>
<keywords>
HTTP
HTTP GET
--interface
FAILURE
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<features>
http
</features>
<server>
none
</server>
<name>
HTTP GET with invalid --interface
</name>
<command>
http://%HOSTIP:%HTTPPORT/1084 --interface non-existing-host.haxx.se.
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
7
</errorcode>
</verify>
</testcase>