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)
committerWilly Tarreau <w@1wt.eu>
Thu, 15 May 2025 15:01:44 +0000 (17:01 +0200)
commit7cadc33e20b505f8d0606b1cb743b7aed4d8861b
tree0b7eaa34b4cfc2015b97e789512a2e778b74fd52
parent518a2ce18929f4bdfd376ee2378152ae97da8105
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.

(cherry picked from commit cbc10b896e647d5c62d9b021f3e2dd391d14dc4f)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/mux_spop.c