#35838: Support Requests with Transfer-Encoding: Chunked
------------------------------------+------------------------------------
Reporter: Klaas van Schelven | Owner: (none)
Type: New feature | Status: new
Component: HTTP handling | Version: 5.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
------------------------------------+------------------------------------
Comment (by Carlton Gibson):
> …add Transfer-Encoding: Chunked support more generally and mark this as
a duplicate.
They're certainly both closely related. Django receives the de-chunked
request, but then doesn't handle it as expected (because of the missing
Content Length header).
> ...support more generally...
Given that both WSGI and ASGI specify that the server de-chunks the
request, I'm not sure what else would be needed here? 🤔
--
Ticket URL: <
https://code.djangoproject.com/ticket/35838#comment:13>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.