From: Eric Wong Date: 2013-02-26T12:06:54+09:00 Subject: [ANN] unicorn 4.6.2 - Rack HTTP server for fast clients and Unix Eric Wong wrote: > Eric Wong wrote: > > Unicorn is an HTTP server for Rack applications designed to only serve > > fast clients on low-latency, high-bandwidth connections and take > > advantage of features in Unix/Unix-like kernels. Slow clients should > > only be served by placing a reverse proxy capable of fully buffering > > both the the request and response in between Unicorn and slow clients. > > > > * http://unicorn.bogomips.org/ > > * mongrel-unicorn@rubyforge.org > > * git://bogomips.org/unicorn.git > > * http://unicorn.bogomips.org/NEWS.atom.xml unicorn 4.6.2 - HTTP parser fix for Rainbows! This release fixes a bug in Unicorn::HttpParser#filter_body which affected some configurations of Rainbows! There is also a minor size reduction in the DSO. (this parser fix only seems to affect Ruby 2.0.0)