Files
dl/third/libcurl/tests/data/test1247
T
2026-09-16 14:07:40 +08:00

37 lines
511 B
XML
Vendored

<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
HTTP
--fail-early
</keywords>
</info>
# Server-side
<reply>
<data>
</data>
</reply>
# Client-side
<client>
<server>
http
</server>
<name>
--fail-early
</name>
<command>
--fail-early h1234://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
</client>
# Verify data after the test has been "shot"
<verify>
# Protocol "h1234" not supported or disabled in libcurl
<errorcode>
1
</errorcode>
</verify>
</testcase>