1 override of DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
140
internal override void
DisableKeepAlive
(ConnectionEndReason reason)
9 references to DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (9)
666
DisableKeepAlive
(ConnectionEndReason.RequestNoKeepAlive);
875
DisableKeepAlive
(ConnectionEndReason.ResponseContentLengthMismatch);
928
DisableKeepAlive
(ConnectionEndReason.ResponseContentLengthMismatch);
1047
DisableKeepAlive
(ConnectionEndReason.ErrorAfterStartingResponse);
1154
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1165
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1201
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1234
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1426
DisableKeepAlive
(Http1Connection.GetConnectionEndReason(ex));