about summary refs log tree commit homepage
path: root/lib/rainbows/fiber
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-28 00:30:34 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-28 00:30:34 +0000
commit5cde25e2fb6f7de9143a40da5bad4b91b582fcab (patch)
tree5824625afe3859cb6994e050f81448efa89dae39 /lib/rainbows/fiber
parent63d95ac64949a642596946b2b44b2d0bb7b9fefb (diff)
downloadrainbows-5cde25e2fb6f7de9143a40da5bad4b91b582fcab.tar.gz
Diffstat (limited to 'lib/rainbows/fiber')
-rw-r--r--lib/rainbows/fiber/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/fiber/base.rb b/lib/rainbows/fiber/base.rb
index 93e96ca..1104fe7 100644
--- a/lib/rainbows/fiber/base.rb
+++ b/lib/rainbows/fiber/base.rb
@@ -88,7 +88,7 @@ module Rainbows
 
           env[CLIENT_IO] = client
           env[RACK_INPUT] = 0 == hp.content_length ?
-                    HttpRequest::NULL_IO : TeeInput.new(client, env, hp, buf)
+                    NULL_IO : TeeInput.new(client, env, hp, buf)
           env[REMOTE_ADDR] = remote_addr
           response = APP.call(env.update(RACK_DEFAULTS))