From: Philippe Antoine Date: Wed, 26 May 2021 18:58:24 +0000 (+0200) Subject: http2: upgrade transforms Host into :authority X-Git-Tag: suricata-6.0.4~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08a35c1edabf99f065e61e245f66defce3682648;p=thirdparty%2Fsuricata-verify.git http2: upgrade transforms Host into :authority --- diff --git a/tests/http2-keywords2/test.yaml b/tests/http2-keywords2/test.yaml index d409e18aa..d43b3a419 100644 --- a/tests/http2-keywords2/test.yaml +++ b/tests/http2-keywords2/test.yaml @@ -46,7 +46,7 @@ checks: event_type: alert alert.signature_id: 31 - filter: - count: 1 + count: 2 match: event_type: alert alert.signature_id: 32 diff --git a/tests/http2-upgrade/test.yaml b/tests/http2-upgrade/test.yaml index 0e24fb778..5a2a50f5b 100644 --- a/tests/http2-upgrade/test.yaml +++ b/tests/http2-upgrade/test.yaml @@ -38,7 +38,7 @@ checks: http.version: "2" http.http_method: "GET" http.url: "/robots.txt" - http.request_headers[2].name: "Host" + http.request_headers[2].name: ":authority" http.request_headers[2].value: "nghttp2.org" http.status: 200 - filter: