From 0e9d8ac759f7c5d783f055df0fb5d4f08c68db71 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 27 Jun 2011 09:15:24 +0000 Subject: remove unused arg in Rainbows::Response.setup It hasn't been used in a while, but we kept it for Zbatery version compatibility. --- lib/rainbows/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rainbows/base.rb') diff --git a/lib/rainbows/base.rb b/lib/rainbows/base.rb index e614ccf..d1c5c08 100644 --- a/lib/rainbows/base.rb +++ b/lib/rainbows/base.rb @@ -11,7 +11,7 @@ module Rainbows::Base # this method is called by all current concurrency models def init_worker_process(worker) # :nodoc: super(worker) - Rainbows::Response.setup(self.class) + Rainbows::Response.setup Rainbows::MaxBody.setup Rainbows.worker = worker -- cgit v1.2.3-24-ge0c7