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:
parent
3f4623bb36
commit
991e9f9994
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue