Hi,

Sorry to drop in on the mailing list with what may be a stupid question, but
I've been trying to figure it out myself for most of the day with no luck.

At AngelList (angel.co) we have haproxy forwarding upstream to two nginx
servers running passenger, serving a rails app. These servers are set to
deliver all content gzipped using Transfer-Encoding: chunked. The problem is
that we're getting some truncated responses on really large pages. It's
hit-or-miss as well. Try hitting http://angel.co/markets. About 25%-50% of
the time the response is truncated.

If I access the webserver directly (app1.angel.co), I never get this issue.

The only configuration option set besides timeouts and connections is
"option httpclose", which shouldn't matter since it seems nginx isn't using
keepalive connections anyway.

Any thoughts? Much appreciated.

- Joshua

Reply via email to