tests: add 3 new HTTP/2 test cases, plus https: support for nghttpx

- a simple https get
- a simple https post
- a multi get of 4 requests and check that same connection was used

Closes #10114
This commit is contained in:
Stefan Eissing 2022-12-19 12:31:06 +01:00 committed by Daniel Stenberg
parent db07301fbb
commit c7fb341c0e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
8 changed files with 423 additions and 5 deletions

View file

@ -243,6 +243,8 @@ test2200 test2201 test2202 test2203 test2204 test2205 \
\
test2300 test2301 test2302 test2303 test2304 \
\
test2400 test2401 test2402 \
\
test2500 \
\
test3000 test3001 test3002 test3003 test3004 test3005 test3006 test3007 \