Some user reported that cannot download whole response from my site when they are in a slow network connection.
I tested with curl --limit-rate 1k
, and curl did report
transfer closed with 769569 bytes remaining to read
Why is that, and how to solve this? I think it might relate to some nginx timeout config and googled a little bit, but cannot find out.