From e9a229c639dd6bda08a3fa8ce14af3688dc2ba63 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 3 May 2011 01:15:37 +0000 Subject: s/max_bytes/client_max_body_size/ for consistency Too confusing otherwise... --- lib/rainbows/ev_core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rainbows/ev_core.rb') 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) -- cgit v1.2.3-24-ge0c7