commit | e1ede302c377677f2d5c01d31a8612f82ca11b54 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 23 13:57:00 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | 11d7265c7bda71ef9f419e17336605d1efe3437d | |
parent | 8f8f35b2b0e681f52d49fcc5a5042c999200a9db [diff] |
MINOR: http-act: 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-act part.