about summary refs log tree commit homepage
path: root/lib/rainbows/error.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/error.rb')
-rw-r--r--lib/rainbows/error.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rainbows/error.rb b/lib/rainbows/error.rb
index fa6da61..98de6ba 100644
--- a/lib/rainbows/error.rb
+++ b/lib/rainbows/error.rb
@@ -35,8 +35,6 @@ module Rainbows::Error
     when EOFError, Errno::ECONNRESET, Errno::EPIPE, Errno::EINVAL,
          Errno::EBADF, Errno::ENOTCONN
       # swallow error if client shuts down one end or disconnects
-    when Rainbows::Response416
-      Rainbows::Const::ERROR_416_RESPONSE
     when Unicorn::HttpParserError
       Rainbows::Const::ERROR_400_RESPONSE # try to tell the client they're bad
     when IOError # HttpParserError is an IOError