1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

sspc: allow longer streamtype names in proxy

This commit is contained in:
Jin Wang 2021-03-09 08:51:14 -08:00 committed by Andy Green
parent 3f4623bb36
commit 991e9f9994

View file

@ -148,7 +148,7 @@ callback_sspc_client(struct lws *wsi, enum lws_callback_reasons reason,
void *m = (void *)((uint8_t *)&h[1]);
uint8_t *pkt = NULL, *p = NULL, *end = NULL;
const uint8_t *cp;
uint8_t s[32];
uint8_t s[64];
lws_usec_t us;
int flags, n;