2 references to _maxRedirects
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (2)
347while (negotiationResponse.Url != null && redirects < _maxRedirects); 349if (redirects == _maxRedirects && negotiationResponse.Url != null)