From 704f843054f3ca32941d42972a1c7d1b144d06ad Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 9 May 2011 04:39:54 +0000 Subject: configurator: move validation logic over There's actually no reason we can't have these methods in Rainbows::Configurator where it's easier to document nowadays. --- lib/rainbows/response.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rainbows/response.rb') diff --git a/lib/rainbows/response.rb b/lib/rainbows/response.rb index 576ff8d..65599e9 100644 --- a/lib/rainbows/response.rb +++ b/lib/rainbows/response.rb @@ -14,7 +14,7 @@ module Rainbows::Response # called after forking def self.setup(klass) Kgio.accept_class = Rainbows::Client - 0 == Rainbows.keepalive_timeout and + 0 == Rainbows.server.keepalive_timeout and Rainbows::HttpParser.keepalive_requests = 0 end -- cgit v1.2.3-24-ge0c7