about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-03-28 17:35:10 -0700
committerEric Wong <normalperson@yhbt.net>2010-03-28 17:35:10 -0700
commitb04d465d65f896290d36538181d91dd264d10575 (patch)
tree6e00e4ec3421c07713da4d5678c231a5f2b19d73 /lib/rainbows/const.rb
parent12a4c53a47bb0c7bef5e2df732fa02532a969a54 (diff)
downloadrainbows-b04d465d65f896290d36538181d91dd264d10575.tar.gz
Every concurrency model does this the same way.

This removes the Rainbows::Const::LOCALHOST constant and
may break some existing apps that rely on it.
Diffstat (limited to 'lib/rainbows/const.rb')
-rw-r--r--lib/rainbows/const.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 4250866..bc6d700 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -17,7 +17,6 @@ module Rainbows
 
     CONN_CLOSE = "Connection: close\r\n"
     CONN_ALIVE = "Connection: keep-alive\r\n"
-    LOCALHOST = Unicorn::HttpRequest::LOCALHOST
 
     # client IO object that supports reading and writing directly
     # without filtering it through the HTTP chunk parser.