mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
ss: proxy: make sure state is always available in ssi
This commit is contained in:
parent
1ae6ce37d3
commit
4a5f1d83c2
1 changed files with 1 additions and 1 deletions
|
@ -344,8 +344,8 @@ callback_ss_proxy(struct lws *wsi, enum lws_callback_reasons reason,
|
|||
offsetof(ss_proxy_t, conn);
|
||||
ssi.rx = ss_proxy_onward_rx;
|
||||
ssi.tx = ss_proxy_onward_tx;
|
||||
ssi.state = ss_proxy_onward_state;
|
||||
}
|
||||
ssi.state = ss_proxy_onward_state;
|
||||
|
||||
if (lws_ss_deserialize_parse(&conn->parser,
|
||||
lws_get_context(wsi), conn->dsh, in, len,
|
||||
|
|
Loading…
Add table
Reference in a new issue