From 5868eeecb2fbc85f3e4fabf3d16f27d259491c0d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 26 Nov 2009 14:09:45 -0800 Subject: cleanup and refactor error handling Make sure app errors get logged correctly, and we no longer return a 500 response when a client EOFs the write end (but not the read end) of a connection. --- lib/rainbows.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rainbows.rb') diff --git a/lib/rainbows.rb b/lib/rainbows.rb index 93e9fd4..9d81a2e 100644 --- a/lib/rainbows.rb +++ b/lib/rainbows.rb @@ -1,5 +1,6 @@ # -*- encoding: binary -*- require 'unicorn' +require 'rainbows/error' module Rainbows -- cgit v1.2.3-24-ge0c7