From beeeb85a78f335a9555b029786cf4e9492f76f7d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 17 Oct 2024 11:58:28 +0200 Subject: [PATCH] tests: update some HTTP/2 over HTTPS tests - improve descriptions - require http/2, not h2c, since they are done over HTTPS Closes #15317 --- tests/data/test2400 | 4 ++-- tests/data/test2401 | 6 +++--- tests/data/test2402 | 4 ++-- tests/data/test2403 | 4 ++-- tests/data/test2404 | 2 +- tests/data/test2406 | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/data/test2400 b/tests/data/test2400 index 12395211ec..ef7b126691 100644 --- a/tests/data/test2400 +++ b/tests/data/test2400 @@ -28,7 +28,7 @@ Funny-head: yesyes Debug -h2c +http/2 SSL @@ -36,7 +36,7 @@ http http/2 -HTTP/2 GET +HTTP/2 GET over HTTPS diff --git a/tests/data/test2401 b/tests/data/test2401 index 1a51b1741b..9929c1394b 100644 --- a/tests/data/test2401 +++ b/tests/data/test2401 @@ -26,14 +26,14 @@ Funny-head: yesyes Debug -h2c +http/2 SSL http/2 -HTTP/2 GET +HTTP/2 POST over HTTPS @@ -56,7 +56,7 @@ via: 1.1 nghttpx -POST /2401 HTTP/1.1 +POST /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTP2TLSPORT User-Agent: curl/%VERSION Accept: */* diff --git a/tests/data/test2402 b/tests/data/test2402 index f672759aae..48a485624e 100644 --- a/tests/data/test2402 +++ b/tests/data/test2402 @@ -47,7 +47,7 @@ file contents should appear once for each file # Client-side -h2c +http/2 SSL @@ -57,7 +57,7 @@ http/2 lib%TESTNUMBER -HTTP GET multiple over HTTP/2 +HTTP GET multiple files over HTTP/2 using HTTPS https://%HOSTIP:%HTTP2TLSPORT/path/%TESTNUMBER %HOSTIP %HTTP2TLSPORT diff --git a/tests/data/test2403 b/tests/data/test2403 index 533d483c57..222f236d71 100644 --- a/tests/data/test2403 +++ b/tests/data/test2403 @@ -29,7 +29,7 @@ Funny-head: yesyes # Client-side -h2c +http/2 SSL headers-api @@ -37,7 +37,7 @@ headers-api http/2 -HTTP/2 GET +HTTP/2 GET using %{header_json} diff --git a/tests/data/test2404 b/tests/data/test2404 index a9106c50a1..89461a4688 100644 --- a/tests/data/test2404 +++ b/tests/data/test2404 @@ -47,7 +47,7 @@ file contents should appear once for each file # Client-side -h2c +http/2 SSL diff --git a/tests/data/test2406 b/tests/data/test2406 index 541bdeea1a..6bf4fa8cd9 100644 --- a/tests/data/test2406 +++ b/tests/data/test2406 @@ -28,14 +28,14 @@ Funny-head: yesyes Debug -h2c +http/2 SSL http/2 -HTTP/2 with -f +HTTP/2 over HTTPS with -f -- 2.47.3