about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-03 17:17:13 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-03 17:17:13 -0700
commit54cae80e543a6f4ca6456fe07b88aba867d215a6 (patch)
tree4612815296fd27a78463e78833109dcebb1bacac /lib
parent798f5e3a507c20b4abf03aa8313659d3f632a0fa (diff)
downloadrainbows-54cae80e543a6f4ca6456fe07b88aba867d215a6.tar.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/rainbows/max_body.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/max_body.rb b/lib/rainbows/max_body.rb
index 7450b2a..71141c1 100644
--- a/lib/rainbows/max_body.rb
+++ b/lib/rainbows/max_body.rb
@@ -43,7 +43,6 @@ class MaxBody < Struct.new(:app)
     def tee(length, dst)
       rv = _tee(length, dst)
       if rv && ((@max_body -= rv.size) < 0)
-        $stderr.puts "#@max_body  TOO SMALL"
         # make HttpParser#keepalive? => false to force an immediate disconnect
         # after we write
         parser.reset