mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-20 02:11:00 +01:00
Implement active reverse support inside conn_reverse(). This is used to transfer the connection from the backend to the frontend side. A new flag is defined CO_FL_REVERSED which is set just after this transition. This will be used to identify connections which were reversed but not yet accepted.