Possible for denial of service #8
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: stephenseo/c_simple_http#8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.