about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-15 22:42:49 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-15 22:42:49 +0000
commitbe9f24aa1392c67294187844a620e3a9974e0948 (patch)
treed49c3cf12599ea100e09ae14f65628b39615344b
parent281ef555c40cf292809ad10d623d0571fafc790e (diff)
downloadrainbows-be9f24aa1392c67294187844a620e3a9974e0948.tar.gz
We no longer need to put all listeners away since
Unicorn uses kgio.
-rw-r--r--lib/rainbows/base.rb3
1 files changed, 0 insertions, 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