CI: github: fix h2spec.config proxy names
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 4 Mar 2025 10:44:03 +0000 (11:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Mar 2025 15:22:19 +0000 (16:22 +0100)
h2spec.config config file emitted a warning because the frontend name
has the same name as the backend.

(cherry picked from commit 588237ca6e6624f7c1162289a6a00cab3f10ac61)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit 9368b370eace1e65497b79d0df05a405f25156ea)
Signed-off-by: Willy Tarreau <w@1wt.eu>

.github/h2spec.config

index 745a637..73a8751 100644 (file)
@@ -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