Release Name: 4.6.0
Notes:
unicorn 4.6.0 - hijacking support
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
Changes:
This pre-release adds hijacking support for Rack 1.5 users.
See Rack documentation for more information about hijacking.
There is also a new --no-default-middleware/-N option
for the `unicorn' command to ignore RACK_ENV within unicorn
thanks to Lin Jen-Shin.
There are only documentation and test-portability updates
since 4.6.0pre1, no code changes.
Changes:
Documentation/unicorn.1.txt | 12 ++++--------
GIT-VERSION-GEN | 2 +-
t/bin/utee | 12 ++++++++++++
t/t0000-http-basic.sh | 2 +-
t/t0004-heartbeat-timeout.sh | 6 +++---
t/t0006-reopen-logs.sh | 8 ++++----
t/t0019-max_header_len.sh | 2 +-
t/t0100-rack-input-tests.sh | 20 ++++++++++----------
t/t9000-preread-input.sh | 4 ++--
t/test-lib.sh | 17 +----------------
10 files changed, 39 insertions(+), 46 deletions(-)
|