about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-19 10:19:44 +0000
committerEric Wong <normalperson@yhbt.net>2010-11-19 14:44:25 -0800
commit3cee07d750f678af92318c14110c803be3f9b97f (patch)
tree73f91c0ab93c778b860be2e0498bea1a9aae80bb
parent00b854e37391322c05cc16115b245d855b4970be (diff)
downloadrainbows-3cee07d750f678af92318c14110c803be3f9b97f.tar.gz
Those already use CapInput, just like the rest of the evented
Rainbows! world.
-rw-r--r--lib/rainbows/max_body.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/max_body.rb b/lib/rainbows/max_body.rb
index 5e2cb64..9c9539f 100644
--- a/lib/rainbows/max_body.rb
+++ b/lib/rainbows/max_body.rb
@@ -53,7 +53,7 @@ class Rainbows::MaxBody
   def self.setup # :nodoc:
     Rainbows.max_bytes or return
     case Rainbows::G.server.use
-    when :Rev, :EventMachine, :NeverBlock
+    when :Rev, :EventMachine, :NeverBlock, :RevThreadSpawn, :RevThreadPool
       return
     end