test: factor out exec helpers into common code for Rails tests
[unicorn.git] / TODO
blob9342cf1da18d62a8a93c680a7e698d2a421eb419
1 == 1.0.0
3   * integration tests for Rails 1.2.x-2.2.x and 2.3.x+
5   * tests for preload_app boolean
7   * reexec_worker_processes config option:
8     This is the number of worker processes to startup initially
9     when being reexecuted.
11     Default: worker_processes/2 + 1
13   * integration tests with nginx including bad client handling
15   * Unicorn philosophy documentation
17   * cleanup HttpParser handling of HTTP_BODY
19   * read CLI switches in config.ru at startup, not load time
21   * tests for timeout
23   * QA behaviour on 1.9 (with Rails 2.3.x+)
25   * manpages (why do so few Ruby executables come with proper manpages?)
27 == 1.1.0
29   * Transfer-Encoding: chunked request handling.  Testcase:
31       curl -T- http://host:port/path < file_from_stdin