From 588237ca6e6624f7c1162289a6a00cab3f10ac61 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Tue, 4 Mar 2025 11:44:03 +0100 Subject: [PATCH] CI: github: fix h2spec.config proxy names h2spec.config config file emitted a warning because the frontend name has the same name as the backend. --- .github/h2spec.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/h2spec.config b/.github/h2spec.config index 745a637e1..73a875197 100644 --- a/.github/h2spec.config +++ b/.github/h2spec.config @@ -20,8 +20,8 @@ defaults frontend h2 mode http bind 127.0.0.1:8443 ssl crt reg-tests/ssl/common.pem alpn h2,http/1.1 - default_backend h2 + default_backend h2b -backend h2 +backend h2b errorfile 200 .github/errorfile http-request deny deny_status 200