commit | a629447d020b7245309bed57a27958f9f8b7b3b0 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 23 13:25:57 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | d2fc5b8065f4974161c691387b8172e953260f5d | |
parent | 5c8b47f66508b5af6a4b111e9353f4132dd15dcb [diff] |
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.