aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/http')
-rw-r--r--src/net/http/transport.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/http/transport.go b/src/net/http/transport.go
index 4e6b07f34d..033eddf1f5 100644
--- a/src/net/http/transport.go
+++ b/src/net/http/transport.go
@@ -87,7 +87,7 @@ const DefaultMaxIdleConnsPerHost = 2
// ClientTrace.Got1xxResponse.
//
// Transport only retries a request upon encountering a network error
-// if the connection has been already been used successfully and if the
+// if the connection has already been used successfully and if the
// request is idempotent and either has no body or has its [Request.GetBody]
// defined. HTTP requests are considered idempotent if they have HTTP methods
// GET, HEAD, OPTIONS, or TRACE; or if their [Header] map contains an