-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
body_exists for requests without body should be False #4529
Conversation
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, thanks.
Added CHANGES file |
Please sync with the lastest master to get rid of unittest error |
Codecov Report
@@ Coverage Diff @@
## master #4529 +/- ##
=======================================
Coverage 97.59% 97.59%
=======================================
Files 43 43
Lines 8907 8907
Branches 1403 1403
=======================================
Hits 8693 8693
Misses 95 95
Partials 119 119 Continue to review full report at Codecov.
|
Done, green 💚 |
Thanks! |
(cherry picked from commit 72176b2) Co-authored-by: hh-h <[email protected]>
…4533) (cherry picked from commit 72176b2) Co-authored-by: hh-h <[email protected]> Co-authored-by: hh-h <[email protected]>
What do these changes do?
This PR tries to implement this logic for
_http_parser
Are there changes in behavior for the user?
No
Related issue number
#4528
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.