about summary refs log tree commit homepage
tag namev0.95.2 (4ddd88f8425820f4ba7f9bab146bc67df3976469)
tag date2009-12-07 01:52:08 -0800
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit 6421d6af3a...
downloadunicorn-0.95.2.tar.gz
unicorn 0.95.2
Small fixes to our HTTP parser to allows semicolons in PATH_INFO
as allowed by RFC 2396, section 3.3.  This is low impact for
existing apps as semicolons are rarely seen in URIs.  Our HTTP
parser runs properly under Rubinius 0.13.0 and 1.0.0-rc1 again
(though not yet the rest of the server since we rely heavily on
signals).

Another round of small documentation tweaks and minor cleanups.