about summary refs log tree commit homepage
path: root/lib/rainbows/process_client.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-06 01:04:39 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-06 01:04:39 +0000
commit3decb4375847b97c117440e5167dbba33d5f33b5 (patch)
tree323000f085a92f254e8606c23fce39c541ec7624 /lib/rainbows/process_client.rb
parentbcca2d3bc609e9ecaa77ec93bef861b1ddcc01dd (diff)
downloadrainbows-3decb4375847b97c117440e5167dbba33d5f33b5.tar.gz
Diffstat (limited to 'lib/rainbows/process_client.rb')
-rw-r--r--lib/rainbows/process_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/process_client.rb b/lib/rainbows/process_client.rb
index f30aa5d..3be0ff3 100644
--- a/lib/rainbows/process_client.rb
+++ b/lib/rainbows/process_client.rb
@@ -59,7 +59,7 @@ module Rainbows::ProcessClient
         status, headers, body = APP.call(env)
       end
       write_response(status, headers, body, alive = hp.next?)
-    end while alive && env = pipeline_ready(hp)
+    end while alive && pipeline_ready(hp)
     alive or close
     rescue => e
       handle_error(e)