about summary refs log tree commit homepage
path: root/lib/rainbows/revactor
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-20 22:15:12 +0000
committerEric Wong <normalperson@yhbt.net>2011-01-20 22:15:12 +0000
commitea4a01df8b1fa29e2088816f4734bb0073eb9380 (patch)
tree95595c773c63f228b5b2fc420ac2adba87097a80 /lib/rainbows/revactor
parent7ec2e407206036a993aadbcd39b13a2d86b7a288 (diff)
downloadrainbows-ea4a01df8b1fa29e2088816f4734bb0073eb9380.tar.gz
The WebSocket protocol is still undergoing changes and unused.
We won't waste time supporting it until it's finalized and
doesn't break HTTP.
Diffstat (limited to 'lib/rainbows/revactor')
-rw-r--r--lib/rainbows/revactor/client.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/revactor/client.rb b/lib/rainbows/revactor/client.rb
index fc095b5..1aabf93 100644
--- a/lib/rainbows/revactor/client.rb
+++ b/lib/rainbows/revactor/client.rb
@@ -39,7 +39,6 @@ class Rainbows::Revactor::Client
   def set_input(env, hp)
     env[RACK_INPUT] = 0 == hp.content_length ?
                       NULL_IO : IC.new(@ts = TeeSocket.new(@client), hp)
-    env[CLIENT_IO] = @client
   end
 
   def close