about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-05-30 09:10:29 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-30 09:10:29 -0700
commit34b916e3c237f32d5455869d2823eccb27e9ff24 (patch)
tree565e813475971b94f20eec79d0a8199f4495dfd7 /lib
parentad41ed987915b505d12adbf41342785a1ee35356 (diff)
downloadunicorn-34b916e3c237f32d5455869d2823eccb27e9ff24.tar.gz
That method no longer exists, but Ruby would never know until it
tried to run it.  Yes, I miss my compiled languages.
Diffstat (limited to 'lib')
-rw-r--r--lib/unicorn/http_request.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/unicorn/http_request.rb b/lib/unicorn/http_request.rb
index d7078a3..115926b 100644
--- a/lib/unicorn/http_request.rb
+++ b/lib/unicorn/http_request.rb
@@ -146,7 +146,6 @@ module Unicorn
       # Any errors means we should delete the file, including if the file
       # is dumped.  Truncate it ASAP to help avoid page flushes to disk.
       body.truncate(0) rescue nil
-      reset
       raise e
     end