We've noticed that our front-end connections to haproxy are closing after
talking to a backend running php-fpm. The php-fpm backend is not sending a
content-length header, but is using chunked encoding which encodes lengths
of the chunks and should be enough to keep the connection alive for another
request. How does HAProxy handle this situation?

Reply via email to