]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-spop: Make the demux stream ID a signed integer
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 13 May 2025 16:26:25 +0000 (18:26 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 13 May 2025 17:51:40 +0000 (19:51 +0200)
commitcbc10b896e647d5c62d9b021f3e2dd391d14dc4f
tree8c4de1819e82478bfd5a803d341eada8e24fa8d9
parent6d68beace5435f24abc4292f22021e4465b4dcee
BUG/MINOR: mux-spop: Make the demux stream ID a signed integer

The demux stream ID of a SPOP connection, used when received frames are
parsed, must be a signed integer because it is set to -1 when the SPOP
connection is initialized. It will be important for the next fix.

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