about summary refs log tree commit homepage
path: root/lib/rainbows/revactor/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/revactor/client.rb')
-rw-r--r--lib/rainbows/revactor/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/revactor/client.rb b/lib/rainbows/revactor/client.rb
index 5b1e52d..c24b137 100644
--- a/lib/rainbows/revactor/client.rb
+++ b/lib/rainbows/revactor/client.rb
@@ -32,7 +32,7 @@ class Rainbows::Revactor::Client
   end
 
   def set_input(env, hp)
-    env[RACK_INPUT] = 0 == hp.content_length ?
+    env['rack.input'] = 0 == hp.content_length ?
                       NULL_IO : IC.new(@ts = TeeSocket.new(@client), hp)
   end