[PATCH 2/2] support TempfileReaper in deployment and development envs

2015-04-23 Thread Eric Wong
rack 1.6 added a TempfileReaper middleware to cleanup temporary files. Enable it by default for users running rack 1.6 or later to avoid leaving temporary files around. --- lib/unicorn.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/unicorn.rb b/lib/unicorn.rb index 467245d..9fdcb8e

[PATCH 0/2] Rack::TempfileReaper support

2015-04-23 Thread Eric Wong
These will be in the upcoming 4.9 release, as well as the 5.x release which drops old cruft and 1.8 support. I've decided to use 4.9 instead of 4.8.4 since this does change the feature set slightly. Eric Wong (2): tee_input: support for Rack::TempfileReaper middleware support

[ANN] unicorn 4.9.0 - Rack HTTP server for fast clients and *nix

2015-04-23 Thread Eric Wong
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