trailer_parser: set keys with "HTTP_" prefix
[unicorn.git] / TODO
blob65b3328f8359fd825c00e753b8f2f5d8db463b56
1 * "Trailers:" support with TE:chunked requests
3 * Support HTTP/1.1 keepalive if (and probably only if) pipelining.
4   We can do this by testing readability of socket immediately after
5   the response is written.
7 * integration tests with nginx including bad client handling
9 * manpages (why do so few Ruby executables come with proper manpages?)
11 * code cleanups (launchers)
13 * Pure Ruby HTTP parser
15 * Rubinius support