mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-22 00:33:32 +02:00
MINOR: h2/stream_interface: Reintroduce te wake() method.
For the time being, reintroduce the wake methods, it may be revisited later.h
This commit is contained in:
committed by
Christopher Faulet
parent
0e367bbb01
commit
21df6cc2f9
@@ -83,6 +83,7 @@ struct si_ops si_applet_ops = {
|
||||
};
|
||||
|
||||
struct data_cb si_conn_cb = {
|
||||
.wake = si_cs_process,
|
||||
.name = "STRM",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user