mirror of
https://github.com/curl/curl.git
synced 2026-04-12 12:21:42 +08:00
The base64 sections were added in a time when there was no other way to do these tests. Now we remove them again to make less "hidden" data in the test suite. For several test cases we instead then provide a sequence of binary octets which is not really better, but I have tried to minimize them. Closes #16816
46 lines
619 B
Plaintext
46 lines
619 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
HTTP GET
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<data nocheck="yes" nonewline="yes">
|
|
swsclose%repeat[200 x %00]%
|
|
</data>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
http
|
|
</server>
|
|
<name>
|
|
HTTP/0.9 GET and all zeroes
|
|
</name>
|
|
<command option="force-output">
|
|
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%{size_download}\n' --http0.9
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
GET /%TESTNUMBER HTTP/1.1
|
|
Host: %HOSTIP:%HTTPPORT
|
|
User-Agent: curl/%VERSION
|
|
Accept: */*
|
|
|
|
</protocol>
|
|
<stdout mode="text">
|
|
208
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|