]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: spop-conn: Report short read for partial frames payload
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 May 2025 07:20:08 +0000 (09:20 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 May 2025 07:20:10 +0000 (09:20 +0200)
commit71feb49a9f0ef1142970fca98ca8eebd516928a3
tree0bcb8e1b767177e525d716a6cdd6945a8f1c4f4a
parentddc5f8d92e3613ec7060b0ee8bdb220866182e86
BUG/MEDIUM: spop-conn: Report short read for partial frames payload

When a frame was not fully received, a short read must be reported on the
SPOP connection to help the demux to handle truncated frames. This was
performed for frames truncated on the header part but not on the payload
part. It is now properly detected.

This patch must be backported to 3.1.
src/mux_spop.c