Skip to content

Conversation

alexprabhat99
Copy link
Contributor

Closes: #3425

@alexprabhat99
Copy link
Contributor Author

alexprabhat99 commented Aug 5, 2024

Hi @sethmlarson , @illia-v , @pquentin
I looked at the code and saw that we already ignore the "chunked" parameter. If Transfer-Encoding: chunked is there in the headers, it is skipped by this PR's changes, and the body is sent without the chunked framing. I have added a test as well for this behavior. Please let me know if this works.
Thank you.

Copy link
Member

@pquentin pquentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM.

@pquentin pquentin merged commit d494c47 into urllib3:main Aug 11, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for HTTP/2 chunked request bodies
2 participants