1
0
mirror of https://github.com/golang/go synced 2024-11-24 05:40:15 -07:00

net/http: remove some TODOs

Change-Id: Iaf200ba9a308bc8f511eec4a70dbeb014bf5fdc3
Reviewed-on: https://go-review.googlesource.com/22690
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Brad Fitzpatrick 2016-05-02 16:07:18 +00:00
parent 53fd522c0d
commit 35d342b4fa

View File

@ -181,8 +181,6 @@ type Transport struct {
nextProtoOnce sync.Once
h2transport *http2Transport // non-nil if http2 wired up
// TODO: MaxIdleConns tunable for global max cached connections (Issue 15461)
// TODO: tunable on timeout on cached connections (and advertise with Keep-Alive header?)
// TODO: tunable on max per-host TCP dials in flight (Issue 13957)
}