Skip to content

Add support for HTTP/2 chunked request bodies #3425

@sethmlarson

Description

@sethmlarson

HTTP/2 doesn't support the Transfer-Encoding: chunked header because it doesn't need the header or additional framing, instead relying on the stream framing mechanism. If users send a request with chunked=True we should not emit the above mentioned header and send the request body without the additional framing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    💰 Bounty $100If you complete this issue we'll pay you $100 on OpenCollective!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions