about summary refs log tree commit homepage
path: root/lib/unicorn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn.rb')
-rw-r--r--lib/unicorn.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/unicorn.rb b/lib/unicorn.rb
index 0b8ac5e..bcd0a91 100644
--- a/lib/unicorn.rb
+++ b/lib/unicorn.rb
@@ -430,8 +430,6 @@ module Unicorn
       client.close rescue nil
       logger.error "Read error: #{e.inspect}"
       logger.error e.backtrace.join("\n")
-    ensure
-      @request.reset
     end
 
     # gets rid of stuff the worker has no business keeping track of