1 override of DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
171internal override void DisableKeepAlive(ConnectionEndReason reason)
10 references to DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpProtocol.cs (10)
686DisableKeepAlive(ConnectionEndReason.RequestNoKeepAlive); 895DisableKeepAlive(ConnectionEndReason.ResponseContentLengthMismatch); 948DisableKeepAlive(ConnectionEndReason.ResponseContentLengthMismatch); 1067DisableKeepAlive(ConnectionEndReason.ErrorAfterStartingResponse); 1174DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1185DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1221DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1254DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1264DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1455DisableKeepAlive(Http1Connection.GetConnectionEndReason(ex));