]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: frontend: Always access the stream-int via the conn-stream
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Dec 2021 12:33:59 +0000 (13:33 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:02 +0000 (11:00 +0100)
commit503d26428d32594beb83cbb8d85e65f3b6ce5ea2
treead35bb3b7cb2bb2d23fd2da473f36ba55fa7749f
parent02fc86e8f616e932214432c30f85c11a8e1bad8b
MINOR: frontend: Always access the stream-int via the conn-stream

To be able to move the stream-interface from the stream to the conn-stream,
all access to the SI is done via the conn-stream. This patch is limited to
the frontend part.
src/frontend.c