-
-
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
Ensure empty body response for 1xx/204/304 per RFC 9112 sec 6.3 #7756
Merged
Dreamsorcerer
merged 65 commits into
aio-libs:master
from
bdraco:ignore_transfer_encoding_304_rfc_9112_sq
Nov 2, 2023
Merged
Ensure empty body response for 1xx/204/304 per RFC 9112 sec 6.3 #7756
Dreamsorcerer
merged 65 commits into
aio-libs:master
from
bdraco:ignore_transfer_encoding_304_rfc_9112_sq
Nov 2, 2023
Commits on Oct 27, 2023
-
Remove Transfer-Encoding for empty body response per RFC 9112 sec 6.3
`Transfer-Encoding` and `Content-Length` will be removed from the server response when sending a 1xx (Informational), 204 (No Content), or 304 (Not Modified) status since no body is expected for these status codes Older aiohttp would incorrectly send an body of "0\r\n\r\n" when chunked was set for Transfer-Encoding. This changes ensures aiohttp can still reforward requests from these versions without http parser failing since the parser would previous try to read these incorrect responses, but no longer does
Configuration menu - View commit details
-
Copy full SHA for 62586b2 - Browse repository at this point
Copy the full SHA 62586b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dce3e25 - Browse repository at this point
Copy the full SHA dce3e25View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3db2b8 - Browse repository at this point
Copy the full SHA e3db2b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb3f79 - Browse repository at this point
Copy the full SHA 3fb3f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f9f752 - Browse repository at this point
Copy the full SHA 8f9f752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65d711f - Browse repository at this point
Copy the full SHA 65d711fView commit details -
Configuration menu - View commit details
-
Copy full SHA for efcbcaf - Browse repository at this point
Copy the full SHA efcbcafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c8c8fa - Browse repository at this point
Copy the full SHA 9c8c8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed3c5e - Browse repository at this point
Copy the full SHA 8ed3c5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 028e8a2 - Browse repository at this point
Copy the full SHA 028e8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d54c05 - Browse repository at this point
Copy the full SHA 9d54c05View commit details
Commits on Oct 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d60e402 - Browse repository at this point
Copy the full SHA d60e402View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce8e12e - Browse repository at this point
Copy the full SHA ce8e12eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 591875d - Browse repository at this point
Copy the full SHA 591875dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b557b9 - Browse repository at this point
Copy the full SHA 5b557b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae2f8d1 - Browse repository at this point
Copy the full SHA ae2f8d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66443af - Browse repository at this point
Copy the full SHA 66443afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f1b241 - Browse repository at this point
Copy the full SHA 1f1b241View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04e6cfa - Browse repository at this point
Copy the full SHA 04e6cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7975313 - Browse repository at this point
Copy the full SHA 7975313View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8d5991 - Browse repository at this point
Copy the full SHA b8d5991View commit details -
Configuration menu - View commit details
-
Copy full SHA for d94f959 - Browse repository at this point
Copy the full SHA d94f959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66befbd - Browse repository at this point
Copy the full SHA 66befbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbd91c6 - Browse repository at this point
Copy the full SHA fbd91c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ef28a0 - Browse repository at this point
Copy the full SHA 9ef28a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 772b33b - Browse repository at this point
Copy the full SHA 772b33bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3853f0 - Browse repository at this point
Copy the full SHA f3853f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ff372a - Browse repository at this point
Copy the full SHA 5ff372aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a71eaf2 - Browse repository at this point
Copy the full SHA a71eaf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f534f - Browse repository at this point
Copy the full SHA 50f534fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68f3d12 - Browse repository at this point
Copy the full SHA 68f3d12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cf5b38 - Browse repository at this point
Copy the full SHA 1cf5b38View commit details
Commits on Oct 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45e303c - Browse repository at this point
Copy the full SHA 45e303cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eab7c2b - Browse repository at this point
Copy the full SHA eab7c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 856b388 - Browse repository at this point
Copy the full SHA 856b388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0080a6a - Browse repository at this point
Copy the full SHA 0080a6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f413083 - Browse repository at this point
Copy the full SHA f413083View commit details -
Configuration menu - View commit details
-
Copy full SHA for 233bced - Browse repository at this point
Copy the full SHA 233bcedView commit details -
Configuration menu - View commit details
-
Copy full SHA for c76368f - Browse repository at this point
Copy the full SHA c76368fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1329334 - Browse repository at this point
Copy the full SHA 1329334View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e4976 - Browse repository at this point
Copy the full SHA a2e4976View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c8742 - Browse repository at this point
Copy the full SHA 78c8742View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e1712e - Browse repository at this point
Copy the full SHA 7e1712eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d32134 - Browse repository at this point
Copy the full SHA 9d32134View commit details -
Configuration menu - View commit details
-
Copy full SHA for 253db8a - Browse repository at this point
Copy the full SHA 253db8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7c712 - Browse repository at this point
Copy the full SHA ff7c712View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9e831a - Browse repository at this point
Copy the full SHA f9e831aView commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d47fef - Browse repository at this point
Copy the full SHA 8d47fefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f6cade - Browse repository at this point
Copy the full SHA 2f6cadeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90fa474 - Browse repository at this point
Copy the full SHA 90fa474View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3041a31 - Browse repository at this point
Copy the full SHA 3041a31View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a09009 - Browse repository at this point
Copy the full SHA 7a09009View commit details -
Update aiohttp/web_response.py
Co-authored-by: Sam Bull <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bea21de - Browse repository at this point
Copy the full SHA bea21deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f7c0e2 - Browse repository at this point
Copy the full SHA 8f7c0e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7dc41c - Browse repository at this point
Copy the full SHA a7dc41cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5630ca5 - Browse repository at this point
Copy the full SHA 5630ca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79d55e2 - Browse repository at this point
Copy the full SHA 79d55e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 286a108 - Browse repository at this point
Copy the full SHA 286a108View commit details -
Configuration menu - View commit details
-
Copy full SHA for e851e0a - Browse repository at this point
Copy the full SHA e851e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02f22fa - Browse repository at this point
Copy the full SHA 02f22faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15c9814 - Browse repository at this point
Copy the full SHA 15c9814View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae1c29a - Browse repository at this point
Copy the full SHA ae1c29aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e5a6ee - Browse repository at this point
Copy the full SHA 3e5a6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cccbdb3 - Browse repository at this point
Copy the full SHA cccbdb3View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8eebfe1 - Browse repository at this point
Copy the full SHA 8eebfe1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.