Skip to content

Limit number of open http connections. #254

@gatzka

Description

@gatzka

Should be done globally in http-server to prevent DOS as early as possible.
Two options:

  • Immediately close the socket connection after accept.
  • Close the server socket if above limit and reopen again if below limit.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions