-
-
Notifications
You must be signed in to change notification settings - Fork 228
Added support of follow HTTP redirects #724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c2f4115
to
2b5a403
Compare
2b5a403
to
3bb99c7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, although there are some tests failing after merging in main
. @expobrain seems like its just output mismatch, can you take a look?
Note: This is very much so needed as httpx >=0.20.0 has disabled following redirects by default. |
Codecov Report
@@ Coverage Diff @@
## main #724 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 49 49
Lines 1971 1971
=========================================
Hits 1971 1971 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks! Just need @dbanty to do the actual merge
Probably will be a breaking change whenever we get around to #202, but this is great for now. Thanks! |
No description provided.