Release Name: 1.1.1
Notes:
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://git.bogomips.org/unicorn.git
Changes:
Unicorn::TeeInput constant resolution for Unicorn::ClientError
got broken simplifying code for RDoc. This affects users
of Rainbows! and Zbatery.
Changes:
GIT-VERSION-GEN | 2 +-
GNUmakefile | 2 +-
lib/unicorn/const.rb | 4 ++--
lib/unicorn/tee_input.rb | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
commit a055dcd9e15ed93c9bbd0d83b2f87c96a4733cfb
Author: Eric Wong
Date: Sun Jul 11 02:10:54 2010 +0000
unicorn 1.1.1 - fixing cleanups gone bad :x
Unicorn::TeeInput constant resolution for Unicorn::ClientError
got broken simplifying code for RDoc. This affects users
of Rainbows! and Zbatery.
commit 454a81378bf88dccb081b2cd7e7126a66a92f013
Author: Eric Wong
Date: Sun Jul 11 02:05:01 2010 +0000
tee_input: fix constant resolution for client EOF
Noticed while hacking on a Zbatery-using application
(cherry picked from commit ac15513bb81a345cd12c67702a81a585b8b0514e)
|