about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-19 22:55:37 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-19 22:55:37 -0800
commit8abddc7b98f24ab603414b74cac9b1730dd277d7 (patch)
tree2a4fd95d19a419c0649afcb784ad4cc8e3928d3f
parentaf0497398961b6556cae25c8ddd55327a4ad5104 (diff)
downloadrainbows-8abddc7b98f24ab603414b74cac9b1730dd277d7.tar.gz
-rw-r--r--lib/rainbows/error.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/error.rb b/lib/rainbows/error.rb
index 1e25626..e67d2e4 100644
--- a/lib/rainbows/error.rb
+++ b/lib/rainbows/error.rb
@@ -28,7 +28,7 @@ module Rainbows
 
       def response(e)
         case e
-        when EOFError, Errno::ECONNRESET,Errno::EPIPE,Errno::EINVAL,Errno::EBADF
+        when EOFError,Errno::ECONNRESET,Errno::EPIPE,Errno::EINVAL,Errno::EBADF
           # swallow error if client shuts down one end or disconnects
         when Unicorn::HttpParserError
           Const::ERROR_400_RESPONSE # try to tell the client they're bad