about summary refs log tree commit homepage
path: root/lib/zbatery.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-29 09:00:36 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-29 09:08:45 +0000
commit1e3d8e09d4fe7ad2eaa69200226ddc9931b89f7b (patch)
treec919a08d1a8c4546569651da21c309d808faee98 /lib/zbatery.rb
parent454417bf65dccd9b56e6c8d8272a4cbfd432f94b (diff)
downloadzbatery-1e3d8e09d4fe7ad2eaa69200226ddc9931b89f7b.tar.gz
resync with Rainbows! 2.1.0
Diffstat (limited to 'lib/zbatery.rb')
-rw-r--r--lib/zbatery.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 071658b..9e459ed 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -36,6 +36,7 @@ module Rainbows
       build_app! unless preload_app
       Rainbows::Response.setup(self.class)
       Rainbows::MaxBody.setup
+      Rainbows::RackInput.setup
       Rainbows::ProcessClient.const_set(:APP, @app)
 
       logger.info "Zbatery #@use worker_connections=#@worker_connections"