Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cholland1989 committed Jun 30, 2024
1 parent 2aab839 commit e42b290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/retryable/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func (client *Client) Do(request *http.Request) (response *http.Response, err er
// Convert panics into an error
defer client.panicHandler(&err)

// Extract seekable request body
// Ensure request body can be reset
err = client.prepareRequestBody(request)
if err != nil {
return nil, err
Expand Down

0 comments on commit e42b290

Please sign in to comment.