diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2024-08-13 15:11:13 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2024-08-13 15:11:13 +0200 |
commit | 006cd5f999d7c69cbadcef87ad309ecb06d9f9f9 (patch) | |
tree | 4a426cb7336889282d13421a8153e25be17a6645 | |
parent | 19d49f690c438327ee7cf4f5ce683b992333a279 (diff) | |
download | zorglub-006cd5f999d7c69cbadcef87ad309ecb06d9f9f9.zip zorglub-006cd5f999d7c69cbadcef87ad309ecb06d9f9f9.tar.gz |
Node : complie with rack 2.1.0 Response buffering
-rw-r--r-- | lib/zorglub/node.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zorglub/node.rb b/lib/zorglub/node.rb index d468280..23c4d79 100644 --- a/lib/zorglub/node.rb +++ b/lib/zorglub/node.rb @@ -278,7 +278,6 @@ module Zorglub response.write @content response.headers['content-type'] ||= @mime || 'text/html' response.finish - response end end |