about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/unicorn/tee_input.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/tee_input.rb b/lib/unicorn/tee_input.rb
index 18ce44b..0669b48 100644
--- a/lib/unicorn/tee_input.rb
+++ b/lib/unicorn/tee_input.rb
@@ -134,8 +134,8 @@ module Unicorn
         raise ClientShutdown, "bytes_read=#{@tmp.size}", []
       when HttpParserError
         e.set_backtrace([])
-        raise e
       end
+      raise e
     end
 
     # tees off a +length+ chunk of data from the input into the IO