projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e10e54
)
CI: github: fix h2spec.config proxy names
author
William Lallemand
<wlallemand@haproxy.com>
Tue, 4 Mar 2025 10:44:03 +0000
(11:44 +0100)
committer
Willy 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
patch
|
blob
|
history
diff --git
a/.github/h2spec.config
b/.github/h2spec.config
index
745a637
..
73a8751
100644
(file)
--- 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