about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
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/const.rb
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/const.rb')
-rw-r--r--lib/rainbows/const.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 33df05d..559659c 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -14,12 +14,6 @@ module Rainbows::Const
     # "rainbows.autochunk" => false,
   })
 
-  # client IO object that supports reading and writing directly
-  # without filtering it through the HTTP chunk parser.
-  # Maybe we can get this renamed to "rack.io" if it becomes part
-  # of the official spec, but for now it is "hack.io"
-  CLIENT_IO = "hack.io".freeze
-
   RACK_INPUT = Unicorn::HttpRequest::RACK_INPUT
   REMOTE_ADDR = Unicorn::HttpRequest::REMOTE_ADDR
 end