Skip to content

Commit

Permalink
chore: remove used comment
Browse files Browse the repository at this point in the history
  • Loading branch information
welkeyever committed Jul 31, 2023
1 parent c2057de commit 67049c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/protocol/http1/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,6 @@ func (c *HostClient) Do(ctx context.Context, req *protocol.Request, resp *protoc
// keep-alive connection on timeout.
//
// Apache and nginx usually do this.
//
// If the request is
if canIdempotentRetry && client.DefaultRetryIf(req, resp, err) && errors.Is(err, errs.ErrBadPoolConn) {
connAttempts++
continue
Expand Down

0 comments on commit 67049c0

Please sign in to comment.