Skip to content
代码片段 群组 项目
提交 64232ddc 编辑于 作者: Jed Lu's avatar Jed Lu 提交者: Andy Green
浏览文件

sspc: http map proxying fixes

上级 82fe436f
No related branches found
标签 v4.1.2
无相关合并请求
......@@ -262,7 +262,7 @@ int
lws_ss_serialize_state(struct lws_dsh *dsh, lws_ss_constate_t state,
lws_ss_tx_ordinal_t ack)
{
uint8_t pre[8];
uint8_t pre[12];
int n = 4;
lwsl_info("%s: %s, ord 0x%x\n", __func__, lws_ss_state_name(state),
......@@ -273,7 +273,7 @@ lws_ss_serialize_state(struct lws_dsh *dsh, lws_ss_constate_t state,
if (state > 255) {
pre[2] = 8;
lws_ser_wu32be(&pre[3], ack);
lws_ser_wu32be(&pre[3], state);
n = 7;
} else {
pre[2] = 5;
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册