From 5cde25e2fb6f7de9143a40da5bad4b91b582fcab Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 28 Jun 2010 00:30:34 +0000 Subject: base: constant/namespace cleanup --- lib/rainbows/fiber/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rainbows/fiber/base.rb') 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)) -- cgit v1.2.3-24-ge0c7