Merge commit 'v0.5.4'
[unicorn.git] / TODO
blobe572d0a176e81cfe1e19c13449dd4f9428877374
1 == 1.0.0
3   * reexec_worker_processes config option:
4     This is the number of worker processes to startup initially
5     when being reexecuted.
7     Default: worker_processes/2 + 1
9   * integration tests with nginx including bad client handling
11   * tests for timeout
13   * manpages (why do so few Ruby executables come with proper manpages?)
15 == 1.1.0
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
25   * Rubinius support?