Changes between Initial Version and Version 1 of Ticket #33755, comment 9


Ignore:
Timestamp:
Jun 2, 2022, 3:57:27 PM (2 years ago)
Author:
Jonas Lundberg

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33755, comment 9

    initial v1  
    11    This in body, since read can be used passing a chunk size ...
    22
    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.
     3Carlton, 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?
    45
    56    Then, adding a simple close() to ASGIRequest...
Back to Top