From be9f24aa1392c67294187844a620e3a9974e0948 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 15 Jun 2011 22:42:49 +0000 Subject: remove IO_PURGATORY dependency We no longer need to put all listeners away since Unicorn uses kgio. --- lib/rainbows/base.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/rainbows/base.rb b/lib/rainbows/base.rb index 41daa2d..c2f7335 100644 --- a/lib/rainbows/base.rb +++ b/lib/rainbows/base.rb @@ -15,9 +15,6 @@ module Rainbows::Base Rainbows::MaxBody.setup Rainbows.tick_io = worker.tmp - listeners = Rainbows::HttpServer::LISTENERS - Rainbows::HttpServer::IO_PURGATORY.concat(listeners) - # we're don't use the self-pipe mechanism in the Rainbows! worker # since we don't defer reopening logs Rainbows::HttpServer::SELF_PIPE.each { |x| x.close }.clear -- cgit v1.2.3-24-ge0c7