Skip to content

Need ability to force connections to close bypass keepalive. #75

Closed
@f34rdotcom

Description

@f34rdotcom

In some cases it is preferred to force connections to close. Sending a "Connection: close" header will force the client to close the connection even if keep alive is requested. The current code does not allow to set the Connection header as it will be replaced depending on client request for keep alive.

I need a way to force state machine to close the connection so I can reserve my limited connections and avoid this problem.
[HTTPS:E] Could not accept() new connection

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions