about summary refs log tree commit homepage
path: root/lib/rainbows/ev_core.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-03 01:15:37 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-03 01:15:37 +0000
commite9a229c639dd6bda08a3fa8ce14af3688dc2ba63 (patch)
tree530b649bdabf4c9886ae2cf6fe695b70ac54d179 /lib/rainbows/ev_core.rb
parenta7f5f17ba2047ef7143465f612007ea81871a79e (diff)
downloadrainbows-e9a229c639dd6bda08a3fa8ce14af3688dc2ba63.tar.gz
Too confusing otherwise...
Diffstat (limited to 'lib/rainbows/ev_core.rb')
-rw-r--r--lib/rainbows/ev_core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/ev_core.rb b/lib/rainbows/ev_core.rb
index 24254dc..fb19b04 100644
--- a/lib/rainbows/ev_core.rb
+++ b/lib/rainbows/ev_core.rb
@@ -133,7 +133,7 @@ module Rainbows::EvCore
   end
 
   def mkinput
-    max = Rainbows.max_bytes
+    max = Rainbows.client_max_body_size
     len = @hp.content_length
     if len
       if max && (len > max)