From d4a2b5dd2b85f4b2d3bb120ee1e1b0dde31bc25c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 20 Oct 2010 17:48:58 -0700 Subject: unicorn 2.x updates + kgio We get basic internal API changes from Unicorn, code simplifications coming next. --- lib/rainbows/const.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/rainbows/const.rb') diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb index 91d4e44..1c77c76 100644 --- a/lib/rainbows/const.rb +++ b/lib/rainbows/const.rb @@ -24,5 +24,7 @@ module Rainbows ERROR_413_RESPONSE = "HTTP/1.1 413 Request Entity Too Large\r\n\r\n" ERROR_416_RESPONSE = "HTTP/1.1 416 Requested Range Not Satisfiable\r\n\r\n" + RACK_INPUT = Unicorn::HttpRequest::RACK_INPUT + REMOTE_ADDR = Unicorn::HttpRequest::REMOTE_ADDR end end -- cgit v1.2.3-24-ge0c7