]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-ana: Always access the stream-int via the conn-stream
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Dec 2021 12:25:57 +0000 (13:25 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:02 +0000 (11:00 +0100)
commita629447d020b7245309bed57a27958f9f8b7b3b0
treed2fc5b8065f4974161c691387b8172e953260f5d
parent5c8b47f66508b5af6a4b111e9353f4132dd15dcb
MINOR: http-ana: 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
http-ana part.
src/http_ana.c