]> Cypherpunks repositories - gostls13.git/commit
net/http: make hidden http2 Transport respect remaining Transport fields
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 19 Jan 2016 05:10:58 +0000 (05:10 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 19 Jan 2016 05:31:38 +0000 (05:31 +0000)
commitc40a73d80c38eacc27e8cb9cf25c2bacaee60a3d
tree899eabd39d32eac57a4d76811728474bbcdaab5d
parent3208d92b78eed4d6abfedf3799f51b37826351a6
net/http: make hidden http2 Transport respect remaining Transport fields

Updates x/net/http2 to git rev 72aa00c6 for https://golang.org/cl/18721
(but actually at https://golang.org/cl/18722 now)

Fixes #14008

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