Skip to content

base: Introduce evtPeerClosed

Ben Gamari requested to merge wip/peer-closed into master

Here we introduce support in the MIO event manager for a new Event type, evtPeerClosed. This exposes the EPOLLRDHUP event provided by epoll to the user, allowing, e.g., server applications to abort requests associated with connections which have been closed by the peer. See wai#196.

Closes #23825.

Edited by Ben Gamari

Merge request reports