about summary refs log tree commit homepage
path: root/lib/rainbows/process_client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/process_client.rb')
-rw-r--r--lib/rainbows/process_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/process_client.rb b/lib/rainbows/process_client.rb
index d66c1ae..143a7a9 100644
--- a/lib/rainbows/process_client.rb
+++ b/lib/rainbows/process_client.rb
@@ -6,7 +6,7 @@ module Rainbows::ProcessClient
   HttpParser = Unicorn::HttpParser
   NULL_IO = Unicorn::HttpRequest::NULL_IO
   RACK_INPUT = Unicorn::HttpRequest::RACK_INPUT
-  TeeInput = Rainbows::TeeInput
+  TeeInput = Unicorn::TeeInput
   include Rainbows::Const
 
   # once a client is accepted, it is processed in its entirety here