hyper icon indicating copy to clipboard operation
hyper copied to clipboard

No `Connection: close` on HTTP1 Connection Drain

Open Clendenin opened this issue 1 year ago • 1 comments

When HTTP1 connection draining is activated, the Connection: close header is not attached to responses sent to active connections. This prevents active clients from realizing that the server is requesting that the connection be closed and prevents graceful draining of HTTP1 connections.

Clendenin avatar Jul 31 '24 15:07 Clendenin