]> git.kaiwu.me - haproxy.git/commit
MINOR: streams: Remove SF_CURR_SESS
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 3 Feb 2026 06:21:38 +0000 (07:21 +0100)
committerOlivier Houchard <cognet@ci0.org>
Mon, 2 Mar 2026 12:46:17 +0000 (13:46 +0100)
commit9d749374ea7283f2757f9154a5ec26852f07e3fa
treee3c4fe5ebfc58f724e87a366d98cf086a7d3ac52
parente3c4ae966c977f57d503fe9cfb14091c19e7de98
MINOR: streams: Remove SF_CURR_SESS

The SF_CURR_SESS flag was used to indicate that the stream incremented
cur_sess. Now that cur_sess is gone, the flag is no longer needed.
include/haproxy/stream-t.h
src/backend.c
src/cli.c
src/http_ana.c
src/stream.c