mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 16:45:06 -05:00
e2b4df7b5e
This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
37 lines
441 B
Plaintext
37 lines
441 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
HTTP PUT
|
|
HTTP/1.0
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
http
|
|
</server>
|
|
<name>
|
|
HTTP 1.0 PUT from stdin with no content length
|
|
</name>
|
|
<command>
|
|
http://%HOSTIP:%HTTPPORT/bzz/%TESTNUMBER -T - -0
|
|
</command>
|
|
<stdin>
|
|
this data can't be sent
|
|
</stdin>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
25
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|