Skip to content

Commit

Permalink
add retries on shapless 502 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sbiscigl committed Dec 6, 2023
1 parent 8d59757 commit ad4fa5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aws-cpp-sdk-core/include/aws/core/http/HttpResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ namespace Aws
{
case HttpResponseCode::INTERNAL_SERVER_ERROR:
case HttpResponseCode::SERVICE_UNAVAILABLE:
case HttpResponseCode::BAD_GATEWAY:
case HttpResponseCode::TOO_MANY_REQUESTS:
case HttpResponseCode::BANDWIDTH_LIMIT_EXCEEDED:
case HttpResponseCode::REQUEST_TIMEOUT:
Expand Down

0 comments on commit ad4fa5a

Please sign in to comment.