server max protocol element 64
https://github.com/warmcat/libwebsockets/issues/601
This commit is contained in:
parent
f0789545e7
commit
d4410f1d07
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ lws_handshake_server(struct lws *wsi, unsigned char **buf, size_t len)
|
|||
struct allocated_headers *ah;
|
||||
int protocol_len, n, hit;
|
||||
char protocol_list[128];
|
||||
char protocol_name[32];
|
||||
char protocol_name[64];
|
||||
char *p;
|
||||
|
||||
if (len >= 10000000) {
|
||||
|
|
Loading…
Add table
Reference in a new issue