3 * reexec_worker_processes config option:
4 This is the number of worker processes to startup initially
7 Default: worker_processes/2 + 1
9 * integration tests with nginx including bad client handling
13 * manpages (why do so few Ruby executables come with proper manpages?)
17 * Transfer-Encoding: chunked request handling. Testcase:
19 curl -T- http://host:port/path < file_from_stdin
21 * code cleanups (launchers)
23 * Pure Ruby HTTP parser