DEV: sock: Add a debug counter to track strange flag on fd during connect()
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 2 Dec 2024 07:43:06 +0000 (08:43 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 9 Jan 2025 14:56:04 +0000 (15:56 +0100)
commite19d47f5a1ecef97ddd6e40d83b354c459b8cce6
treea33eb3fd3633d909da8bb2beb171ed438196279f
parentd8f4983dc1ca221f3565b4c553ee589b896de5cf
DEV: sock: Add a debug counter to track strange flag on fd during connect()

This counter was removed when the commit 56cd20cb53 ("BUG/MEDIUM: sock:
Remove FD_POLL_HUP during connect() if FD_POLL_ERR is not set") was
backported because the debug counters were not backported yet to the
3.0. Now de debug counters are available in 3.0, this counter can also be
added.

This commit is 3.0-specific. There is no upstream ID.
src/sock.c