From 8a15fc14067e85c419a31e6d70c2491e65d88e60 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 22 Dec 2009 13:30:19 -0800 Subject: avoid setting "rainbows.autochunk" by default No point in becoming the straw that causes a rehash since hardly anybody uses it. --- lib/rainbows/const.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rainbows/const.rb') diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb index e707ca5..e58a9db 100644 --- a/lib/rainbows/const.rb +++ b/lib/rainbows/const.rb @@ -11,8 +11,8 @@ module Rainbows "SERVER_SOFTWARE" => "Rainbows! #{RAINBOWS_VERSION}", # using the Rev model, we'll automatically chunk pipe and socket objects - # if they're the response body - 'rainbows.autochunk' => false, + # if they're the response body. Unset by default. + # "rainbows.autochunk" => false, }) CONN_CLOSE = "Connection: close\r\n" -- cgit v1.2.3-24-ge0c7