about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/const.rb')
-rw-r--r--lib/rainbows/const.rb4
1 files changed, 2 insertions, 2 deletions
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"