From 37a12997628fcab722512f8a6370b92d44e33529 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 2 Oct 2009 20:44:03 -0700 Subject: initial revision No tests yet, but the old "gossamer" and "rainbows" branches seem to be basically working. --- lib/rainbows/const.rb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 lib/rainbows/const.rb (limited to 'lib/rainbows/const.rb') diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb new file mode 100644 index 0000000..9606b80 --- /dev/null +++ b/lib/rainbows/const.rb @@ -0,0 +1,22 @@ +module Rainbows + + module Const + RAINBOWS_VERSION = '0.93.0' + + include Unicorn::Const + + RACK_DEFAULTS = ::Unicorn::HttpRequest::DEFAULTS.merge({ + + # we need to observe many of the rules for thread-safety even + # with Revactor or Rev, so we're considered multithread-ed even + # when we're not technically... + "rack.multithread" => true, + "SERVER_SOFTWARE" => "Rainbows #{RAINBOWS_VERSION}", + }) + + CONN_CLOSE = "Connection: close\r\n" + CONN_ALIVE = "Connection: keep-alive\r\n" + LOCALHOST = "127.0.0.1" + + end +end -- cgit v1.2.3-24-ge0c7