Skip to content

Add test for behavior when limits is hit for fd:s or threads - #219

Draft
rawler wants to merge 1 commit into
tiny-http:masterfrom
rawler:limits
Draft

Add test for behavior when limits is hit for fd:s or threads#219
rawler wants to merge 1 commit into
tiny-http:masterfrom
rawler:limits

Conversation

@rawler

@rawler rawler commented Feb 14, 2022

Copy link
Copy Markdown
Collaborator

Right now, when the limit on file-descriptors are hit, the server does not
typically recover. Incoming-requests returns EndOfStream, panic poisons a
Mutex, and recovery is unclear.

Right now, when the limit on threads or file-descriptors are hit, the
server does not typically recover. Incoming-requests returns EndOfStream,
panic poisons a Mutex, and recovery is unclear.
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.

1 participant