]> git.kaiwu.me - haproxy.git/commit
DEBUG: stconn: Add a CHECK_IF() when I/O are performed on a orphan SC
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 9 Mar 2026 17:43:59 +0000 (18:43 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commit00563233b7d4ac3425c6271ec7c7173c4ac7745f
tree4b4d6b9d1f58f0ed07517a34b9cf344a4905e42f
parentb2b0d1a8be37368e2caeb75b796b9f48bf831e6d
DEBUG: stconn: Add a CHECK_IF() when I/O are performed on a orphan SC

When no endpoint is attached to a SC, it is unexpected to have I/O (receive
or send). But we honestly don't know if it happens or not. So a CHECK_IF()
is added to be able to track such calls.
src/stconn.c