More descriptive process titles
[unicorn.git] / TODO
blob2241ff965abffe9a9e9f6b9bcd4de9f8d8fba16b
1 == 1.0.0
3   * tests for preload_app boolean
5   * reexec_worker_processes config option:
6     This is the number of worker processes to startup initially
7     when being reexecuted.
9     Default: worker_processes/2 + 1
11   * integration tests with nginx including bad client handling
13   * tests for timeout
15   * manpages (why do so few Ruby executables come with proper manpages?)
17 == 1.1.0
19   * Transfer-Encoding: chunked request handling.  Testcase:
21       curl -T- http://host:port/path < file_from_stdin
23   * code cleanups (launchers)
25   * Pure Ruby HTTP parser
27   * Rubinius support?