From: Brad Fitzpatrick Date: Mon, 2 May 2016 16:07:18 +0000 (+0000) Subject: net/http: remove some TODOs X-Git-Tag: go1.7beta1~367 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=35d342b4fa749f7a3d45527580d3aa0c2a42e1f4;p=gostls13.git net/http: remove some TODOs Change-Id: Iaf200ba9a308bc8f511eec4a70dbeb014bf5fdc3 Reviewed-on: https://go-review.googlesource.com/22690 Reviewed-by: Andrew Gerrand --- diff --git a/src/net/http/transport.go b/src/net/http/transport.go index c8bb34fa48..032d8af4a1 100644 --- a/src/net/http/transport.go +++ b/src/net/http/transport.go @@ -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) }