Base:
method
DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.DisableKeepAlive(Microsoft.AspNetCore.Server.Kestrel.Core.ConnectionEndReason)
3 references to DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1Connection.cs (1)
137DisableKeepAlive(reason);
Internal\Http\Http1ContentLengthMessageBody.cs (1)
249_context.DisableKeepAlive(ConnectionEndReason.MaxRequestBodySizeExceeded);
Internal\Http\Http1MessageBody.cs (1)
120_context.DisableKeepAlive(ConnectionEndReason.MaxRequestBodySizeExceeded);