From ea4a01df8b1fa29e2088816f4734bb0073eb9380 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 20 Jan 2011 22:15:12 +0000 Subject: remove support for Sunshowers 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. --- lib/rainbows/process_client.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/rainbows/process_client.rb') diff --git a/lib/rainbows/process_client.rb b/lib/rainbows/process_client.rb index 2ddc368..bf6d20b 100644 --- a/lib/rainbows/process_client.rb +++ b/lib/rainbows/process_client.rb @@ -6,7 +6,6 @@ module Rainbows::ProcessClient NULL_IO = Unicorn::HttpRequest::NULL_IO RACK_INPUT = Unicorn::HttpRequest::RACK_INPUT - CLIENT_IO = "hack.io".freeze IC = Unicorn::HttpRequest.input_class def process_loop @@ -46,6 +45,5 @@ module Rainbows::ProcessClient def set_input(env, hp) env[RACK_INPUT] = 0 == hp.content_length ? NULL_IO : IC.new(self, hp) - env[CLIENT_IO] = self end end -- cgit v1.2.3-24-ge0c7