mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-29 21:41:10 +02:00
There's no reason to use the stream anymore, only the appctx should be used by a peer. This was a leftover from the migration to appctx and it caused some confusion, so let's totally drop it now. Note that half of the patch are just comment updates.