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