Possible for denial of service #8

Closed
opened 2024-11-03 10:15:56 +00:00 by stephenseo · 0 comments
Owner

It would be best to either spawn threads or handle multiple connections at once per incoming connection file-descriptor, because the current implementation only handles the next connection after the current connection is closed, which can take up to the timeout-time for the current connection to close.

It would be best to either spawn threads or handle multiple connections at once per incoming connection file-descriptor, because the current implementation only handles the next connection after the current connection is closed, which can take up to the timeout-time for the current connection to close.
stephenseo added the
bug
label 2024-11-03 10:15:56 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stephenseo/c_simple_http#8
No description provided.