about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
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