]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:04 +0000 (15:27 +0200)
commit4b8098bf4831c0dfca4a058bd3170a5ed7ae8bbf
treeba5a0cc8e2307f60868125581348f75ddba88a27
parent33ac3dabcb1ab14186ae8c7e4ce56cd637f6691b
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.
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