-
-
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
Fix CONNECT always being treated as having an empty body #7772
Conversation
CONNECT will only have an empty body on 200 fixes a mistake in aio-libs#7755
I was looking at what it would take to write an end to end test for this, but it looks like there isn't anything for connect besides the http parser (test_url_connect) I think the best option right now is a unit for the helper |
test failures are unrelated started working through them |
Backport to 3.9: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply af2bb1e on top of patchback/backports/3.9/af2bb1e7ad2e07948b02af0a2db55d5f8555ef6b/pr-7772 Backporting merged PR #7772 into master
🤖 @patchback |
(cherry picked from commit af2bb1e)
…) (aio-libs#7774) (cherry picked from commit af2bb1e)
What do these changes do?
CONNECT will only have an empty body on 2xx
fixes a mistake in #7755
Are there changes in behavior for the user?
Related issue number
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.