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)
667DisableKeepAlive(ConnectionEndReason.RequestNoKeepAlive); 876DisableKeepAlive(ConnectionEndReason.ResponseContentLengthMismatch); 929DisableKeepAlive(ConnectionEndReason.ResponseContentLengthMismatch); 1048DisableKeepAlive(ConnectionEndReason.ErrorAfterStartingResponse); 1155DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1166DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1202DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1235DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1427DisableKeepAlive(Http1Connection.GetConnectionEndReason(ex));