Changes between Initial Version and Version 1 of Ticket #33755, comment 9
- Timestamp:
- Jun 2, 2022, 3:57:27 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33755, comment 9
initial v1 1 1 This in body, since read can be used passing a chunk size ... 2 2 3 Carlton, this is exactly my findings and thoughts as well :-D ... though I'm leaning towards adding a noop {{{LimitedStream.close()}}} instead of the {{{try...except}}} block. 3 Carlton, this is exactly my findings and thoughts as well :-D 4 ... though I'm leaning towards adding a noop {{{LimitedStream.close()}}} and {{{FakePayload.close()}}}, instead of the {{{try...except}}} block ... what do you think? 4 5 5 6 Then, adding a simple close() to ASGIRequest...