From 6b750f5f952963009a2e6e8702fc8f3d8adc94ea Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 8 Dec 2010 18:35:27 -0800 Subject: respect "rewindable_input false" in Unicorn config This was completely overlooked for the Rainbows 2.0.x releases. --- lib/rainbows/base.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rainbows/base.rb') diff --git a/lib/rainbows/base.rb b/lib/rainbows/base.rb index 3027aba..bf9ef87 100644 --- a/lib/rainbows/base.rb +++ b/lib/rainbows/base.rb @@ -18,6 +18,7 @@ module Rainbows::Base super(worker) Rainbows::Response.setup(self.class) Rainbows::MaxBody.setup + Rainbows::RackInput.setup G.tmp = worker.tmp listeners = Rainbows::HttpServer::LISTENERS -- cgit v1.2.3-24-ge0c7