libuv/include
Santiago Gimeno 3706c4f855 win,pipe: fixes in uv_pipe_connect()
Make unices and windows consistent when closing a pipe while it's
connecting so they all return `UV_ECANCELED`.

Avoid race condition between `pipe_connect_thread_proc()` and `uv_close()` when
accessing `handle->name`.

Fixes: https://github.com/libuv/libuv/issues/3578
2022-11-11 10:44:34 +01:00
..
uv win,pipe: fixes in uv_pipe_connect() 2022-11-11 10:44:34 +01:00
uv.h include: map ENODATA error code (#3802) 2022-10-25 13:00:45 +02:00