Commit 35d342b4 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

net/http: remove some TODOs

Change-Id: Iaf200ba9a308bc8f511eec4a70dbeb014bf5fdc3
Reviewed-on: https://go-review.googlesource.com/22690Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
parent 53fd522c
......@@ -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)
}
......
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