]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: fix h2spec.config proxy names
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 4 Mar 2025 10:44:03 +0000 (11:44 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 4 Mar 2025 10:44:03 +0000 (11:44 +0100)
h2spec.config config file emitted a warning because the frontend name
has the same name as the backend.

.github/h2spec.config

index 745a637e117227ee3f7e779bdc0db1408013e2cb..73a875197ab211f424552a3c7e30d6f5da7bb47c 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