]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: activate automatically check reuse for rhttp@ protocol
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 2 Apr 2025 16:30:46 +0000 (18:30 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 3 Apr 2025 15:19:07 +0000 (17:19 +0200)
commit28116e307a1e9af321521dedd05faa5a7cb2f53c
tree77e73b2b1eb2b241978fcda858938d8de3e6317f
parentace9f5db103a5aeb6ad399255869e3fd39aec2c8
MINOR: server: activate automatically check reuse for rhttp@ protocol

Without check-reuse-pool, it is impossible to perform check on server
using @rhttp protocol. This is due to the inherent nature of the
protocol which does not implement an active connect method.

Thus, ensure that check-reuse-pool is always set when a reverse HTTP
server is declared. This reduces server configuration and should prevent
any omission. Note that it is still require to add "check" server
keyword so activate server checks.
doc/configuration.txt
src/server.c