-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 content-type on empty string. #5393
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5393 +/- ##
==========================================
- Coverage 93.33% 93.33% -0.01%
==========================================
Files 102 102
Lines 30066 30080 +14
Branches 2689 2683 -6
==========================================
+ Hits 28063 28074 +11
- Misses 1828 1832 +4
+ Partials 175 174 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Anybody else seeing the same thing as me? Some checkes were not successful, but none of them failed. It appears to have just cancelled 6 for no apparent reason. |
They timed out after 15 minutes (#5389). |
I'm lost trying to figure out how to make a test for this. |
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
Backport to 3.8: 💚 backport PR created✅ Backport PR branch: Backported as #6121 🤖 @patchback |
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> (cherry picked from commit c6eb530)
Fixes #5392