요약
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