]> git.kaiwu.me - haproxy.git/commit
BUILD: makefile: add an option to enable or disable HTTP/2 (USE_H2)
authorWilly Tarreau <w@1wt.eu>
Thu, 21 May 2026 12:30:26 +0000 (14:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Jul 2026 14:33:27 +0000 (16:33 +0200)
commit382a495649efabde04a54c121738d3b727332941
treec0f68806c676046ad214ab3db0d3456b45e09f72
parentd92c997c680dc267c5995e66c0ae603d628855cb
BUILD: makefile: add an option to enable or disable HTTP/2 (USE_H2)

USE_H2 is enabled by default and allows to disable HTTP/2 when forced to
zero. It saves roughly 127kB on the executable.
Makefile