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