about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-22 13:30:19 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-22 13:31:34 -0800
commit8a15fc14067e85c419a31e6d70c2491e65d88e60 (patch)
treec680ff96dbd81fac043197fb0c61b342ec79fd99 /lib/rainbows/const.rb
parentca4c0b2938669f96eb0d71a0911275abb247e418 (diff)
downloadrainbows-8a15fc14067e85c419a31e6d70c2491e65d88e60.tar.gz
No point in becoming the straw that causes a rehash
since hardly anybody uses it.
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"