summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2024-08-13 15:11:13 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2024-08-13 15:11:13 +0200
commit006cd5f999d7c69cbadcef87ad309ecb06d9f9f9 (patch)
tree4a426cb7336889282d13421a8153e25be17a6645
parent19d49f690c438327ee7cf4f5ce683b992333a279 (diff)
downloadzorglub-006cd5f999d7c69cbadcef87ad309ecb06d9f9f9.zip
zorglub-006cd5f999d7c69cbadcef87ad309ecb06d9f9f9.tar.gz
Node : complie with rack 2.1.0 Response buffering
-rw-r--r--lib/zorglub/node.rb1
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