Opened 7 years ago
Closed 7 years ago
#4911 defect closed fixed (fixed)
twisted.web.http docstring indicates chunked transfer is not supported
Reported by: | Andy Meyer | Owned by: | Jean-Paul Calderone |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | web | Keywords: | |
Cc: | jknight | Branch: | |
Author: |
Description
From the module docstring list of future plans:
" - Accept chunked data from clients in server."
whereas later in the file there's a bunch of support for it, and it appears to work fine.
Attachments (1)
Change History (5)
comment:1 Changed 7 years ago by
Cc: | jknight added |
---|
Changed 7 years ago by
Attachment: | http-docstring.patch added |
---|
comment:2 Changed 7 years ago by
Keywords: | review added |
---|
comment:3 Changed 7 years ago by
Keywords: | review removed |
---|---|
Owner: | set to Jean-Paul Calderone |
comment:4 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Other than that, looks good. Feel free to commit with #1, and #2/#3 if you feel like it.