摘要
The server timed out waiting for the complete request from the client.
何时发生
Returned when the client is too slow to send the full request.
常见原因
- Slow or unstable client connection
- Large upload exceeding the idle timeout
- Network latency
解决方法
- Retry the request
- Improve the connection or chunk large uploads
- Increase the client-side timeout