Art Rybalko
Results
2
issues of
Art Rybalko
Currently response status is checked for `3xx` before `HTTPX` has a chance to follow redirects. Proposed fix removes `3xx` statuses from the `response_error!` method and instead proceeds with reading chunks....
I'm encountering an issue when using the `Httpx` backend where even a single redirect is not being followed: ``` > HTTPX::VERSION => "1.5.1" > Down::VERSION => "5.4.2" > url =...