Skip to content

Conversation

@asomers
Copy link

@asomers asomers commented Oct 13, 2025

accept() may return ECONNABORTED if the connection got dropped while still on the listen queue. This is a non-fatal error; the listening socket will continue to work. If such a thing happens, log the error and continue to service new connections.

Fixes #283

accept() may return ECONNABORTED if the connection got dropped while
still on the listen queue.  This is a non-fatal error; the listening
socket will continue to work.  If such a thing happens, log the error
and continue to service new connections.

Fixes tiny-http#283
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ECONNABORTED triggers a server shutdown

1 participant