diff options
author | Jameson Nash <vtjnash@gmail.com> | 2021-11-24 19:37:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 19:37:02 -0500 |
commit | abfc4f0b15e3543425106a4b0bccd00a46ba5446 (patch) | |
tree | 36f8d78708bc24178b481f325b5c02fc47b9aa66 /docs/src | |
parent | 40bf9a89eb1a66dfa4ab9f97ec418e2e6878dc67 (diff) | |
download | libuv-abfc4f0b15e3543425106a4b0bccd00a46ba5446.tar.gz libuv-abfc4f0b15e3543425106a4b0bccd00a46ba5446.zip |
kqueue: ignore write-end closed notifications (#3277)
The combination EVFILT_WRITE+EV_EOF is valid and indicates that the
reader has disconnected (called `shutdown(SHUT_RD)`). Probably very rare
in practice, but this seems more correct.
Issue noticed (for UV_DISCONNECT clients of uv_poll), while doing
research for https://github.com/libuv/libuv/pull/3250.
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions