diff --git a/lib/server.c b/lib/server.c index 389d809a..a3e608a5 100644 --- a/lib/server.c +++ b/lib/server.c @@ -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) {