SIGTT{IN,OU} {in,de}crements worker_processes
[unicorn.git] / TODO
blob204bb7dcb0975f67ed2bb05d60cd39f81e862218
1 == 1.0.0
3   * integration tests with nginx including bad client handling
5   * tests for timeout
7   * manpages (why do so few Ruby executables come with proper manpages?)
9 == 1.1.0
11   * Transfer-Encoding: chunked request handling.  Testcase:
13       curl -T- http://host:port/path < file_from_stdin
15   * code cleanups (launchers)
17   * Pure Ruby HTTP parser
19   * Rubinius support?