Skip to content

v0.37.1

Choose a tag to compare

@ioquatix ioquatix released this 10 Apr 06:16
· 5 commits to main since this release
5dd30b4
  • Defer body.close in write_chunked_body, write_fixed_length_body, and write_body_and_close until after the response is fully written and flushed. Previously, body.each called close in its ensure block before the terminal chunk (chunked encoding) or final flush was written, causing rack.response_finished callbacks to delay the client-visible response completion.