Commit fd9fd4c3 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

net/http: fix doc typo

Change-Id: I93201fa4152f2d60b3eedb8d321a152819033121
Reviewed-on: https://go-review.googlesource.com/19270Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent dc89b5b4
...@@ -165,7 +165,7 @@ type Request struct { ...@@ -165,7 +165,7 @@ type Request struct {
// For server requests, the HTTP server handles this automatically // For server requests, the HTTP server handles this automatically
// and this field is not needed by Handlers. // 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 // TCP connections between requests to the same hosts, as if
// Transport.DisableKeepAlives were set. // Transport.DisableKeepAlives were set.
Close bool Close bool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment