* Added --spew option to help debugging (installs a system trace hook) * Some fixes in async arbiters * Fix a bug in start_response on error
0.7.1
Not secure
------------------
* Fix bug when responses have no body.
0.7.0
Not secure
------------------
* Added support for Eventlet_ and Gevent_ based workers. * Added Websockets_ support * Fix Chunked Encoding * Fix SIGWINCH on OpenBSD_ * Fix `PEP 333`_ compliance for the write callable.
0.6.5
Not secure
------------------
* Fix pidfile handling * Fix Exception Error
0.6.4
Not secure
------------------
* Use cStringIO for performance when possible. * Fix worker freeze when a remote connection closes unexpectedly.