]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2, pass through Transport.CloseIdleConnections
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 15 Jan 2016 18:53:51 +0000 (10:53 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 16 Jan 2016 03:35:23 +0000 (03:35 +0000)
commit01b86400d94e3261f4163a9fc894596a4596571f
tree6fb9edebd863304f2886d5b4a363f7175f9b84ed
parentb05f18e3f7c3bb01b2faa7a52054883b0cc3a98a
net/http: update bundled http2, pass through Transport.CloseIdleConnections

Wire up Transport.CloseIdleConnections to http2.Transport.CloseIdleConnections.

Updates x/net/http2 to git rev c92cdcb0 for https://golang.org/cl/18678

Fixes #13975

Change-Id: I1183a31256104ff95ae7621e5788cfeee741b1aa
Reviewed-on: https://go-review.googlesource.com/18679
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/h2_bundle.go
src/net/http/transport.go