Closed
Description
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