Sha256: 3356f61af740fb39baa7196d9249b4d7727856829b035c6e33b0fcfabed95f5d

Contents?: true

Size: 550 Bytes

Versions: 5

Compression:

Stored size: 550 Bytes

Contents

== 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?

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
unicorn-0.5.0 TODO
unicorn-0.5.2 TODO
unicorn-0.5.4 TODO
unicorn-0.5.1 TODO
unicorn-0.5.3 TODO