]> git.kaiwu.me - haproxy.git/commit
MINOR: stconn: Remove .shutdown() callback functions
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 20:02:42 +0000 (21:02 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commit990456462f3b97ce713f0092ed734b21be8f126f
tree0a2960cb8841344d90f5a9b2d590b09714033379
parentc65526ad57f742c3c330ee245dd9ae309d1b65b7
MINOR: stconn: Remove .shutdown() callback functions

These callback functions are no longer used, so they can safely be
removed. In addition, the field was removed from the app_ops structure.
include/haproxy/stconn-t.h
src/stconn.c