[PATCH] doc: note after_worker_exit is also 5.3.0+

2017-03-23 Thread Eric Wong
Followup-to: 650e01ab0b118803486b56f3ee59521d59042dae ("doc: add version annotations for new features") --- Oops, missed the 5.3.0.pre1 release; I managed to squash in the worker_exec change for that, though. lib/unicorn/configurator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[ANN] unicorn 5.3.0.pre1 - Rack HTTP server for fast clients and Unix

2017-03-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