MINOR: connection: No longer include stconn type header in connection-t.h
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 4 Jul 2024 08:09:16 +0000 (10:09 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 30 Sep 2024 13:40:44 +0000 (15:40 +0200)
commit10827a18ecde9b8a2bc581103dcf72a70071f803
treeafdb1890658b24ce9ea9ce94ed97020fa623c9f2
parent8e879a52e2841dfe49da3ff86645b9f71c2be511
MINOR: connection: No longer include stconn type header in connection-t.h

It is a small change, but it is cleaner to no include stconn-t.h header in
connection-t.h, mainly to avoid circular definitions.

The related issue is #2502.

(cherry picked from commit 4b8098bf4831c0dfca4a058bd3170a5ed7ae8bbf)
Signed-off-by: William Lallemand <wlallemand@haproxy.com>
include/haproxy/connection-t.h
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/mux_quic.c