about summary refs log tree commit homepage
path: root/lib/rainbows/event_machine.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/event_machine.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/event_machine.rb')
-rw-r--r--lib/rainbows/event_machine.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/event_machine.rb b/lib/rainbows/event_machine.rb
index 2f363a1..a33fcf7 100644
--- a/lib/rainbows/event_machine.rb
+++ b/lib/rainbows/event_machine.rb
@@ -94,7 +94,6 @@ module Rainbows::EventMachine
       alive = @hp.keepalive? && G.alive && G.kato > 0
       em_write_response(response, alive)
       if alive
-        @env.clear
         @hp.reset
         @state = :headers
         if @buf.empty?