1 override of DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
163internal override void DisableKeepAlive(ConnectionEndReason reason)
9 references to DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (9)
684DisableKeepAlive(ConnectionEndReason.RequestNoKeepAlive); 893DisableKeepAlive(ConnectionEndReason.ResponseContentLengthMismatch); 946DisableKeepAlive(ConnectionEndReason.ResponseContentLengthMismatch); 1065DisableKeepAlive(ConnectionEndReason.ErrorAfterStartingResponse); 1172DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1183DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1219DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1252DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1444DisableKeepAlive(Http1Connection.GetConnectionEndReason(ex));