curl/tests/data/test2406
Stefan Eissing e61c5eb417
tests: check http/2 and http/3 server responsiveness
Check responsiveness of http/3 server when running.

Also, a test case with http/2 or http/3 server requirement
now implicitly drags in a 'http' server and we need no longer
mention that in testdata.

Closes #15058
2024-09-26 23:34:16 +02:00

66 lines
794 B
Plaintext

<testcase>
<info>
<keywords>
HTTP
HTTP GET
HTTP/2
HTTPS
</keywords>
</info>
#
# Server-side
<reply>
<data nocheck="yes">
HTTP/1.1 404 nope
Date: Tue, 09 Nov 2010 14:49:00 GMT
Content-Length: 6
Connection: close
Content-Type: text/html
Funny-head: yesyes
-foo-
</data>
</reply>
#
# Client-side
<client>
<features>
Debug
h2c
SSL
</features>
<server>
http/2
</server>
<name>
HTTP/2 with -f
</name>
<setenv>
</setenv>
<command>
-k --http2 -f "https://%HOSTIP:%HTTP2TLSPORT/%TESTNUMBER"
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<stdout crlf="yes">
HTTP/2 404
date: Tue, 09 Nov 2010 14:49:00 GMT
content-length: 6
content-type: text/html
funny-head: yesyes
server: nghttpx
via: 1.1 nghttpx
</stdout>
<errorcode>
22
</errorcode>
</verify>
</testcase>