mirror of https://github.com/golang/go.git
http/transport.go: trivial comment error.
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6856078
This commit is contained in:
parent
9017765a82
commit
7afcae6bab
|
|
@ -71,7 +71,7 @@ type Transport struct {
|
|||
DisableCompression bool
|
||||
|
||||
// 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.
|
||||
MaxIdleConnsPerHost int
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue