mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +03:00
tests: update some HTTP/2 over HTTPS tests
- improve descriptions - require http/2, not h2c, since they are done over HTTPS Closes #15317
This commit is contained in:
parent
fde5326293
commit
beeeb85a78
6 changed files with 12 additions and 12 deletions
|
|
@ -26,14 +26,14 @@ Funny-head: yesyes
|
|||
<client>
|
||||
<features>
|
||||
Debug
|
||||
h2c
|
||||
http/2
|
||||
SSL
|
||||
</features>
|
||||
<server>
|
||||
http/2
|
||||
</server>
|
||||
<name>
|
||||
HTTP/2 GET
|
||||
HTTP/2 POST over HTTPS
|
||||
</name>
|
||||
<setenv>
|
||||
</setenv>
|
||||
|
|
@ -56,7 +56,7 @@ via: 1.1 nghttpx
|
|||
|
||||
</stdout>
|
||||
<protocol nonewline="yes">
|
||||
POST /2401 HTTP/1.1
|
||||
POST /%TESTNUMBER HTTP/1.1
|
||||
Host: %HOSTIP:%HTTP2TLSPORT
|
||||
User-Agent: curl/%VERSION
|
||||
Accept: */*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue