v0.10.3r
tag344a8e42dab5d3c3aa8be85e4c61fcec93675d1c
object 26ddbb36f5c6e10fd8ce4083d23f7e36f2b63918
authorEric Wong <normalperson@yhbt.net>
Wed, 9 Sep 2009 00:09:37 +0000 (8 17:09 -0700)
unicorn 0.10.3r

Removes the Rev monkey patch, rev 0.3.0 is out now so we can
just depend on that instead of monkey patching it.  Experimental
HTTP keepalive/pipelining support has arrived as well.

Three features from mainline Unicorn are now working again with
this branch:

* Deadlocked workers can be detected by the master and nuked
* multiple (TCP) listeners per process
* graceful shutdown

This (pre-)release does NOT feature HTTP/0.9 support that
Unicorn 0.91.0 had, expect that when this branch is ready for
merging with mainline.