configurator: provide stream_input (true|false) option
commit4f05fb1a3b44f8eab1a9dda26d5b115f33a149cd
authorEric Wong <normalperson@yhbt.net>
Mon, 29 Jun 2009 12:27:18 +0000 (29 05:27 -0700)
committerEric Wong <normalperson@yhbt.net>
Tue, 30 Jun 2009 00:48:11 +0000 (29 17:48 -0700)
treee497aa94d7559f2825b97b19fdee076ab79b635c
parent1e10654f81e74c4d11ab538b16dcc1b7bd36cb7f
configurator: provide stream_input (true|false) option

The default is false because some applications were not
written to handle partial reads (even though IO#read allows
it, not just IO#readpartial).
lib/unicorn/configurator.rb
lib/unicorn/http_request.rb
test/unit/test_configurator.rb