Commit 7afcae6b authored by Caine Tighe's avatar Caine Tighe Committed by Shenghou Ma

http/transport.go: trivial comment error.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6856078
parent 9017765a
...@@ -71,7 +71,7 @@ type Transport struct { ...@@ -71,7 +71,7 @@ type Transport struct {
DisableCompression bool DisableCompression bool
// MaxIdleConnsPerHost, if non-zero, controls the maximum idle // MaxIdleConnsPerHost, if non-zero, controls the maximum idle
// (keep-alive) to keep to keep per-host. If zero, // (keep-alive) to keep per-host. If zero,
// DefaultMaxIdleConnsPerHost is used. // DefaultMaxIdleConnsPerHost is used.
MaxIdleConnsPerHost int MaxIdleConnsPerHost int
} }
......
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