summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2024-08-20 14:46:33 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2024-08-20 14:46:33 +0200
commitff067376c0df5d69dded09b90f668b9ec02484ec (patch)
tree218366c5dd852aace0acf16765cae4e008f25be6 /lib
parent11d17528e59b3083a9ca42edbffb085eec430d17 (diff)
downloadzorglub-ff067376c0df5d69dded09b90f668b9ec02484ec.zip
zorglub-ff067376c0df5d69dded09b90f668b9ec02484ec.tar.gz
fix error404
Diffstat (limited to 'lib')
-rw-r--r--lib/zorglub/node.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zorglub/node.rb b/lib/zorglub/node.rb
index 2553dbd..ad5b751 100644
--- a/lib/zorglub/node.rb
+++ b/lib/zorglub/node.rb
@@ -250,7 +250,7 @@ module Zorglub
resp.status = 404
resp['content-type'] = 'text/plain'
resp.write "%<node.class.name>s mapped at %<node.map>p can't respond to : %<node.meth>p"
- resp
+ resp.finish
end
end