Call ws_handler_start()

This commit is contained in:
Přemysl Eric Janouch 2018-10-16 00:18:13 +02:00
parent dda22c2cd5
commit e9530f450e
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 0 deletions

View File

@ -2257,6 +2257,8 @@ client_ws_create (EV_P_ int sock_fd)
// One mebibyte seems to be a reasonable value
self->handler.max_payload_len = 1 << 10;
ws_handler_start (&self->handler);
return &self->client;
}