-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Fix HTTP 307 redirects in verbose mode if request body is being streamed #1088
Fix HTTP 307 redirects in verbose mode if request body is being streamed #1088
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1088 +/- ##
=======================================
Coverage 95.84% 95.85%
=======================================
Files 61 61
Lines 4020 4029 +9
=======================================
+ Hits 3853 3862 +9
Misses 167 167
Continue to review full report at Codecov.
|
It consistently fails on Windows 3.6 and 3.7. |
The fix seems legit to me, WDYT @jakubroztocil ? I would like to skip failing tests on Windows with Python 3.6 & 3.7 for now, and open an issue to keep track of that. The idea is to have the patch landing in the next release that will fix the issue for most of OSes. |
Well, now they both pass 🤔 |
Fixes #1079.