mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-23 15:21:02 +02:00
The former takes a conn_stream still attached to a valid appctx, which also complicates the termination of the applet. Instead, let's pass the appctx which already points to the endpoint, this allows us to properly detach the conn_stream before the call, which is cleaner and safer.