2 references to DisableHttp1LineFeedTerminatorsSwitchKey
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpParser.cs (1)
38
public HttpParser(bool showErrorDetails) : this(showErrorDetails, AppContext.TryGetSwitch(KestrelServerOptions.
DisableHttp1LineFeedTerminatorsSwitchKey
, out var disabled) && disabled)
KestrelServerOptions.cs (1)
247
_disableHttp1LineFeedTerminators = AppContext.TryGetSwitch(
DisableHttp1LineFeedTerminatorsSwitchKey
, out var disabled) && disabled;