unicorn 0.8.4
[unicorn.git] / TODO
blob085ef706330e3094f92b4aaade5cb3b896f5c4f0
1 == 1.0.0
3   * integration tests with nginx including bad client handling
5   * manpages (why do so few Ruby executables come with proper manpages?)
7 == 1.1.0
9   * Transfer-Encoding: chunked request handling.  Testcase:
11       curl -T- http://host:port/path < file_from_stdin
13   * code cleanups (launchers)
15   * Pure Ruby HTTP parser
17   * Rubinius support?