mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02:00
MINOR: proto_uxst: add resume method
resume method was not explicitly defined for uxst protocol family. Here we can safely use the default_resume_listener, just like the uxdg family. This could be backported up to 2.4.
This commit is contained in:
parent
8429627e3c
commit
9c3214c7b4
@ -57,6 +57,7 @@ struct protocol proto_uxst = {
|
||||
.add = default_add_listener,
|
||||
.unbind = default_unbind_listener,
|
||||
.suspend = default_suspend_listener,
|
||||
.resume = default_resume_listener,
|
||||
.accept_conn = sock_accept_conn,
|
||||
.ctrl_init = sock_conn_ctrl_init,
|
||||
.ctrl_close = sock_conn_ctrl_close,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user