unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 2241ff965abffe9a9e9f6b9bcd4de9f8d8fba16b 585 bytes (raw)
$ git show v0.4.1: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
26
27
 
== 1.0.0

  * tests for preload_app boolean

  * 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