about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-16 16:16:42 -0800
committerEric Wong <normalperson@yhbt.net>2010-11-16 16:21:33 -0800
commit31cf77e7aa2f2e6065e7ace44e55c3f042b51f1b (patch)
tree7dfd53c499cbf7a52165d3480d56d8576a743781 /lib/rainbows.rb
parent42747db815ad668b20849afb2a9dcdd1319713ae (diff)
downloadrainbows-31cf77e7aa2f2e6065e7ace44e55c3f042b51f1b.tar.gz
This allows the client_max_body_size implementation to not rely
on Unicorn::TeeInput internals, allowing it to be used with
Unicorn::StreamInput (or any other (nearly)
Rack::Lint-compatible input object).
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index a1f842c..144b539 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -39,7 +39,6 @@ module Rainbows
   require 'rainbows/http_server'
   require 'rainbows/response'
   require 'rainbows/client'
-  require 'rainbows/tee_input'
   require 'rainbows/process_client'
   autoload :Base, 'rainbows/base'
   autoload :Sendfile, 'rainbows/sendfile'