1 override of DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
140internal override void DisableKeepAlive(ConnectionEndReason reason)
9 references to DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (9)
666DisableKeepAlive(ConnectionEndReason.RequestNoKeepAlive); 875DisableKeepAlive(ConnectionEndReason.ResponseContentLengthMismatch); 928DisableKeepAlive(ConnectionEndReason.ResponseContentLengthMismatch); 1047DisableKeepAlive(ConnectionEndReason.ErrorAfterStartingResponse); 1154DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1165DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1201DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1234DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1426DisableKeepAlive(Http1Connection.GetConnectionEndReason(ex));