2 writes to _disableHttp1LineFeedTerminators
Microsoft.AspNetCore.Server.Kestrel.Core (2)
KestrelServerOptions.cs (2)
247_disableHttp1LineFeedTerminators = AppContext.TryGetSwitch(DisableHttp1LineFeedTerminatorsSwitchKey, out var disabled) && disabled; 252set => _disableHttp1LineFeedTerminators = value;
2 references to _disableHttp1LineFeedTerminators
Microsoft.AspNetCore.Server.Kestrel.Core (2)
KestrelServerOptions.cs (2)
245if (!_disableHttp1LineFeedTerminators.HasValue) 250return _disableHttp1LineFeedTerminators.Value;