Eric Wong <[email protected]> wrote: > ECONNRESET is harmless in this case (unless nginx started pipelining or > blindly attempting persistent connections to unicorn, which it should > not be doing since unicorn sends "Connection: close" on every response)
Actually, are you getting 502 errors returned from nginx in this case? That would not be harmless. I suggest ensuring rack.input is fully-drained if that is the case (perhaps using PrereadInput).
