Skip to content

Commit

Permalink
add reference to existing github issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Mar 10, 2020
1 parent a660552 commit 94b2c88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,10 @@ func (r *Request) Send() error {
return err
}

// TODO (jasdel) Refactoring request error handling needs to consider the
// difference between API, connection, and SDK behavior errors. This
// consideration must include wrapping of underlying error when any SDK
// error occurs.
// TODO (jasdel), Issue #74 - Refactoring request error handling needs to
// consider the difference between API, connection, and SDK behavior
// errors. This consideration must include wrapping of underlying error
// when any SDK error occurs.

relRetryToken := r.Retryer.GetInitialToken()
for {
Expand Down

0 comments on commit 94b2c88

Please sign in to comment.