mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +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
|
|
@ -47,7 +47,7 @@ file contents should appear once for each file
|
|||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
h2c
|
||||
http/2
|
||||
SSL
|
||||
</features>
|
||||
<server>
|
||||
|
|
@ -57,7 +57,7 @@ http/2
|
|||
lib%TESTNUMBER
|
||||
</tool>
|
||||
<name>
|
||||
HTTP GET multiple over HTTP/2
|
||||
HTTP GET multiple files over HTTP/2 using HTTPS
|
||||
</name>
|
||||
<command>
|
||||
https://%HOSTIP:%HTTP2TLSPORT/path/%TESTNUMBER %HOSTIP %HTTP2TLSPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue