]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: qmux: reject too large initial record
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 27 May 2026 13:34:01 +0000 (15:34 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 27 May 2026 13:38:55 +0000 (15:38 +0200)
commitcd652efecab08ce6a10240456635c326cc22e0ea
tree2c7b2f1d7cade9e087dd6e28ffe079bb31bfd444
parent205312023af40b8991d0c087dab436c96a6a3e8f
BUG/MINOR: qmux: reject too large initial record

Initial max_record_size is set to 16382. If the first received record
size is larger, abort xprt_qmux layer immediately without having to wait
for the timeout.

No need to backport.
src/xprt_qmux.c