This commit is contained in:
gospider
2025-02-21 16:39:35 +08:00
parent 5e4c6cfb35
commit aa1de1c0c7
3 changed files with 0 additions and 9 deletions

View File

@@ -5,7 +5,6 @@ import (
"errors"
"fmt"
"io"
"log"
"net"
"strings"
"time"
@@ -425,7 +424,6 @@ func (obj *roundTripper) RoundTrip(ctx *Response) (err error) {
if task.isNotice {
currentRetry--
}
log.Print(task.err, " currentRetry: ", currentRetry, !task.suppertRetry())
}
if currentRetry > maxRetryCount {
if task.err == nil {