]> git.kaiwu.me - haproxy.git/commit
MINOR: stconn: add sc_hastream() and __sc_hastream() helpers
authorFrederic Lecaille <flecaille@haproxy.com>
Thu, 19 Mar 2026 13:52:39 +0000 (14:52 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 1 Jul 2026 13:22:14 +0000 (15:22 +0200)
commit617bfe95f2194d2c328b22e80a1e9d7b9982801b
treef5d0ace3c0b79e0aad9d3810dd162bde4103f229
parentd28f0cb2198151263046f801648ae8c8b1ff96f0
MINOR: stconn: add sc_hastream() and __sc_hastream() helpers

This patch introduces the sc_hastream() and __sc_hastream() inline
helpers to retrieve a haload stream context (struct hastream) from
a stream connector.

These functions allow the stconn layer to safely access haload-specific
stream data when the application type is OBJ_TYPE_HXLOAD.
include/haproxy/stconn.h