-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
💰 Bounty $100If you complete this issue we'll pay you $100 on OpenCollective!If you complete this issue we'll pay you $100 on OpenCollective!
Description
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
Labels
💰 Bounty $100If you complete this issue we'll pay you $100 on OpenCollective!If you complete this issue we'll pay you $100 on OpenCollective!