Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions