1 override of DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
141internal override void DisableKeepAlive(ConnectionEndReason reason)
9 references to DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (9)
669DisableKeepAlive(ConnectionEndReason.RequestNoKeepAlive); 870DisableKeepAlive(ConnectionEndReason.ResponseContentLengthMismatch); 923DisableKeepAlive(ConnectionEndReason.ResponseContentLengthMismatch); 1042DisableKeepAlive(ConnectionEndReason.ErrorAfterStartingResponse); 1149DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1160DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1196DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1226DisableKeepAlive(ConnectionEndReason.ResponseNoKeepAlive); 1418DisableKeepAlive(Http1Connection.GetConnectionEndReason(ex));