mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 20:42:29 +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.