]> git.kaiwu.me - haproxy.git/commit
MEDIUM: peers: Forbid <shards> value greater than 65535
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 14 Oct 2025 16:46:33 +0000 (18:46 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 30 Oct 2025 13:41:08 +0000 (14:41 +0100)
commit70627d3690995485c51bff33d8cfa8ed5b6af555
tree49857985db275f696235247495bfdb269ffe4f13
parent7bc7d06ce5a520c26ba17b4be232cbf9ee3e1ed4
MEDIUM: peers: Forbid <shards> value greater than 65535

The "shard" server parameter is now limited to a 2-bytes integer, so lower
than 65535. The idea is to limit its size and save some bytes in the stksess
structure.
doc/configuration.txt
src/cfgparse.c