commit | 2d9cc85b748ef32cca45d749c504bf73044063c0 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon May 16 17:29:37 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 17 16:13:22 2022 +0200 |
tree | 6e3d016d6d622c8e7d15115ad29f524a058e34c9 | |
parent | 34e4085f8a1e1b18f72ceeb2fee6c844965b88d7 [diff] |
MINOR: conn-stream/applet: Stop setting appctx as the endpoint context The appctx is already the endpoint target. It is confusing to also use it to set the endpoint context. So, never set the endpoint ctx when an appctx is created or attached to an existing conn-stream.