MINOR: mux-spop: Don't set SPOP connection state to FRAME_H after ACK parsing
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 13 May 2025 16:41:09 +0000 (18:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 15 May 2025 15:01:44 +0000 (17:01 +0200)
commit6b9a360b7ad9688078d7ba0fcfdd6626cc82669d
tree4a0a3a44a9fa3d654cf5cb116cb0116203dc0798
parent008cf82d78873832f3e605c21101223ddd16d9a5
MINOR: mux-spop: Don't set SPOP connection state to FRAME_H after ACK parsing

After the ACK frame was parsed, it is useless to set the SPOP connection
state to SPOP_CS_FRAME_H state because this will be automatically handled by
the demux function. If it is not an issue, but this will simplify changes
for the next commit.

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