From ff067376c0df5d69dded09b90f668b9ec02484ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 20 Aug 2024 14:46:33 +0200 Subject: fix error404 --- lib/zorglub/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "%s mapped at %p can't respond to : %p" - resp + resp.finish end end -- cgit v1.1-2-g2b99