]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stconn: Remove .wake() callback function from app_ops
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 16:41:31 +0000 (17:41 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commit9c7c669d7acff347f2fceff89c8d6d2eef72eaa6
tree80f6aad387534e7e596603f32188cc0c93b1904e
parenta33b42035be9fbc700bf8ed58af4b3bde80e611b
MEDIUM: stconn: Remove .wake() callback function from app_ops

.wake() callback function is no longer used by endpoints. So it can be
removed from the app_ops structure.
include/haproxy/stconn-t.h
src/stconn.c