diff options
-rw-r--r-- | lib/zorglub/node.rb | 2 |
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 |