3 references to ForwardLimit
Microsoft.AspNetCore.HttpOverrides (3)
ForwardedHeadersMiddleware.cs (3)
178if (_options.ForwardLimit.HasValue && entryCount > _options.ForwardLimit) 180entryCount = _options.ForwardLimit.Value;