From a4de697505d95858e6bd62b3bc0474688a3522d7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 18 May 2015 21:32:24 +0000 Subject: FAQ: add note about ECONNRESET errors from bodies Thanks to Michael Fischer and Gabe Martin-Dempesy for bringing this to light on the mailing list. Ref: Ref: Cc: Michael Fischer Cc: Gabe Martin-Dempesy --- FAQ | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/FAQ b/FAQ index 66f1a09..fdf1400 100644 --- a/FAQ +++ b/FAQ @@ -1,5 +1,14 @@ = Frequently Asked Questions about Unicorn +=== Why is nginx getting ECONNRESET as a reverse proxy? + +Request body data (commonly from POST and PUT requests) may not be +drained entirely by the application. This may happen when request +bodies are gzipped, as unicorn reads request body data lazily to avoid +overhead from bad requests. + +Ref: http://mid.gmane.org/FC91211E-FD32-432C-92FC-0318714C2170@zendesk.com + === Why aren't my Rails log files rotated when I use SIGUSR1? The Rails autoflush_log option must remain disabled with multiprocess -- cgit v1.2.3-24-ge0c7