windows another uv_poll_init
Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
parent
1759e32c7b
commit
5f947cdcd9
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ lws_libuv_accept(struct lws *wsi, int accept_fd)
|
|||
|
||||
wsi->w_read.context = context;
|
||||
|
||||
uv_poll_init(pt->io_loop_uv, &wsi->w_read.uv_watcher, accept_fd);
|
||||
uv_poll_init_socket(pt->io_loop_uv, &wsi->w_read.uv_watcher, accept_fd);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue