Closed
Description
(0.9.5) I've been using Caddy as a reverse proxy to provide tls, logging, and gzip to back-end services. I was seeing seemingly random file upload failures with code 502 and an error message client disconnected
in the log. Eventually I figured out that the requests were timing out.
I think the solution is to have either higher timeout values by default or an explicit log message when a timeout occurs.
Thanks,
JohnnyLee