lib/rainbows/base.rb in rainbows-3.0.0 vs lib/rainbows/base.rb in rainbows-3.1.0

- old
+ new

@@ -11,10 +11,9 @@ # this method is called by all current concurrency models def init_worker_process(worker) # :nodoc: super(worker) Rainbows::Response.setup(self.class) Rainbows::MaxBody.setup - Rainbows::RackInput.setup Rainbows.tick_io = worker.tmp listeners = Rainbows::HttpServer::LISTENERS Rainbows::HttpServer::IO_PURGATORY.concat(listeners)