1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test1144
Daniel Stenberg e2b4df7b5e
tests: use %TESTNUMBER instead of fixed number
This makes the tests easier to copy and relocate to other test numbers
without having to update content.

Closes #6738
2021-03-19 15:57:21 +01:00

69 lines
715 B
Plaintext

<testcase>
<info>
<keywords>
HTTP
HTTP HEAD
HTTP/0.9
</keywords>
</info>
#
# Server-side
<reply>
<data>
No headers at all, just data swsclose
Let's get
a little
so that
we
have
some
test
data to
verify
</data>
# make sure no data is written
<datacheck nonewline="yes">
</datacheck>
</reply>
#
# Client-side
<client>
<server>
http
</server>
<name>
HTTP HEAD, receive no headers only body
</name>
<command>
-I http://%HOSTIP:%HTTPPORT/%TESTNUMBER --http0.9
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
HEAD /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol>
<errorcode>
8
</errorcode>
</verify>
</testcase>