From 308379a7023679c61b22e73f81adb3946c97ce9b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 31 Mar 2016 01:32:16 +0000 Subject: doc: further trimming to reduce noise It's not worth mentioning pre-Rack versions of Rails anymore, and there are a few async Rack applications reliant on EventMachine which we do not use. Some uses of chunked request decoding are not well-handled with nginx in front, anyways; so avoid mentioning them. Additionally, avoid introducing new terms into the lexicon and just refer to "mailing list" as a generic term. --- README | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'README') diff --git a/README b/README index 11de938..8079f37 100644 --- a/README +++ b/README @@ -27,9 +27,6 @@ both the the request and response in between unicorn and slow clients. all run within their own isolated address space and only serve one client at a time for maximum robustness. -* Supports all Rack applications, along with pre-Rack versions of - Ruby on Rails via a Rack wrapper. - * Builtin reopening of all log files in your application via USR1 signal. This allows logrotate to rotate files atomically and quickly via rename instead of the racy and slow copytruncate method. @@ -54,9 +51,7 @@ both the the request and response in between unicorn and slow clients. * Simple and easy Ruby DSL for configuration. -* Decodes chunked transfers on-the-fly, thus allowing upload progress - notification to be implemented as well as being able to tunnel - arbitrary stream-based protocols over HTTP. +* Decodes chunked requests on-the-fly. == License -- cgit v1.2.3-24-ge0c7