unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob e572d0a176e81cfe1e19c13449dd4f9428877374 550 bytes (raw)
$ git show v0.5.3:TODO	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
== 1.0.0

  * reexec_worker_processes config option:
    This is the number of worker processes to startup initially
    when being reexecuted.

    Default: worker_processes/2 + 1

  * integration tests with nginx including bad client handling

  * tests for timeout

  * manpages (why do so few Ruby executables come with proper manpages?)

== 1.1.0

  * Transfer-Encoding: chunked request handling.  Testcase:

      curl -T- http://host:port/path < file_from_stdin

  * code cleanups (launchers)

  * Pure Ruby HTTP parser

  * Rubinius support?

git clone https://yhbt.net/unicorn.git