Add test to confirm regression of parsing chunked with no length (3.8.6/3.9.0b)#7697
Closed
bdraco wants to merge 3 commits intoaio-libs:masterfrom
Closed
Add test to confirm regression of parsing chunked with no length (3.8.6/3.9.0b)#7697bdraco wants to merge 3 commits intoaio-libs:masterfrom
bdraco wants to merge 3 commits intoaio-libs:masterfrom
Conversation
|
Affects #7675 |
Member
|
Looks like this one is redundant now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What do these changes do?
This is to confirm the related issue home-assistant/core#101893 (and home-assistant/core#101913)
This regression affects 3.8.6 and 3.9.0b
I haven't figure out the source yet. It appears to be limited to the c parser.This is a regression in llhttp. I don't have a solution, but I do have a test case: nodejs/llhttp#256
The failure is here: https://github.com/aio-libs/aiohttp/actions/runs/6502938416/job/17662729062?pr=7697
Are there changes in behavior for the user?
Related issue number
Checklist
CONTRIBUTORS.txtCHANGESfolder<issue_id>.<type>for example (588.bugfix)issue_idchange 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.