mirror of
https://github.com/golang/go.git
synced 2025-05-31 23:25:39 +00:00
net/http: fix doc typo
Change-Id: I93201fa4152f2d60b3eedb8d321a152819033121 Reviewed-on: https://go-review.googlesource.com/19270 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
dc89b5b48f
commit
fd9fd4c39d
@ -165,7 +165,7 @@ type Request struct {
|
||||
// For server requests, the HTTP server handles this automatically
|
||||
// and this field is not needed by Handlers.
|
||||
//
|
||||
// The client requests, setting this field prevents re-use of
|
||||
// For client requests, setting this field prevents re-use of
|
||||
// TCP connections between requests to the same hosts, as if
|
||||
// Transport.DisableKeepAlives were set.
|
||||
Close bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user