test_upload: fix ECONNRESET with 1.9
[unicorn.git] / TODO
blob2d5a8c1e14c320a4df14b6a81d620a05e16e8eb6
1 * "Trailers:" support with TE:chunked requests
3 * Handling of "Expect: 100-continue" header to speed up "curl -T"
5 * Support HTTP/1.1 keepalive if (and probably only if) pipelining.
6   We can do this by testing readability of socket immediately after
7   the response is written.
9 * integration tests with nginx including bad client handling
11 * manpages (why do so few Ruby executables come with proper manpages?)
13 * code cleanups (launchers)
15 * Pure Ruby HTTP parser
17 * Rubinius support