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