configurator: enable "rewindable_input" directive
commita89ccf321224f3248ddd00bb0edb320311604e4e
authorEric Wong <normalperson@yhbt.net>
Wed, 10 Nov 2010 18:16:50 +0000 (11 02:16 +0800)
committerEric Wong <normalperson@yhbt.net>
Wed, 10 Nov 2010 23:18:20 +0000 (11 07:18 +0800)
tree669d6af1eee6c70d72bdeba6f77d9a7114cf54ed
parent7d44b5384758aeddcb49d7606a9908308df7c698
configurator: enable "rewindable_input" directive

This allows users to override the current Rack spec and disable
the rewindable input requirement.  This can allow applications
to use less I/O to minimize the performance impact when
processing uploads.
TODO
lib/unicorn/configurator.rb
lib/unicorn/http_request.rb
lib/unicorn/http_server.rb
t/t0013-rewindable-input-false.sh [new file with mode: 0755]
t/t0014-rewindable-input-true.sh [new file with mode: 0755]