allow client_buffer_body_size to be tuned
commit71716672752e573ff15002aaefd6e8ba8c6b6cb6
authorEric Wong <normalperson@yhbt.net>
Thu, 9 Dec 2010 03:39:03 +0000 (9 03:39 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 9 Dec 2010 03:41:25 +0000 (9 03:41 +0000)
tree6812276bfbb7dc842ffa5a9a46a8b49243a373cb
parent9d80b009a3cb795530ad23263f4eb525880e79dc
allow client_buffer_body_size to be tuned

Since modern machines have more memory these days and
clients are sending more data, avoiding potentially slow
filesystem operations for larger uploads can be useful
for some applications.
lib/unicorn/configurator.rb
lib/unicorn/http_server.rb
lib/unicorn/tee_input.rb
t/t0116-client_body_buffer_size.sh [new file with mode: 0755]
t/t0116.ru [new file with mode: 0644]