mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-21 06:11:45 +02:00
fdtab[].state was only used to know whether a connection was in progress or an error was encountered. Instead we now use connection->flags to store a flag for both. This way, connection management will be able to update the connection status on I/O.