Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 317 Bytes

2024.bugfix.rst

File metadata and controls

5 lines (5 loc) · 317 Bytes

When a request was streamed using the chunked transfer encoding (with no Content-Length known in advance), iterating over req.stream <falcon.asgi.Request.stream> could hang until the client had disconnected. This bug has been fixed, and iteration now stops upon receiving the last body chunk as expected.