about summary refs log tree commit homepage
path: root/lib/rainbows/rev/thread.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-28 08:20:37 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-28 08:20:37 +0000
commitf84f138233be0607b0151a5a28c3f9190ba336a2 (patch)
tree793b361a7b3d1b1a1f64fa28b26be9accf727dcd /lib/rainbows/rev/thread.rb
parentc4579db76b9ed5b0286fad852e798e8a890f093c (diff)
downloadrainbows-f84f138233be0607b0151a5a28c3f9190ba336a2.tar.gz
These allow for small reductions in the amount of variables
we have to manage, more changes coming with later Unicorns.
Diffstat (limited to 'lib/rainbows/rev/thread.rb')
-rw-r--r--lib/rainbows/rev/thread.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/rev/thread.rb b/lib/rainbows/rev/thread.rb
index 7b7d455..2356ae2 100644
--- a/lib/rainbows/rev/thread.rb
+++ b/lib/rainbows/rev/thread.rb
@@ -24,7 +24,6 @@ module Rainbows
         rev_write_response(response, alive)
         return quit unless alive && :close != @state
 
-        @env.clear
         @hp.reset
         @state = :headers
       end