]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 19 May 2016 17:35:23 +0000 (17:35 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 20 May 2016 02:57:18 +0000 (02:57 +0000)
commit16f846a9cbe747b13498761f1dd1a298478ec43e
tree13dae3ae4c10812eb080d8459cf1531d73a12ea3
parent9cd2c700deccc6dfcc8f264857e406c53bf07859
net/http: update bundled http2

Updates x/net/http2 to git rev 202ff482 for https://golang.org/cl/23235 (Expect:
100-continue support for HTTP/2)

Fixes a flaky test too, and changes the automatic HTTP/2 behavior to
no longer special-case the DefaultTransport, because
ExpectContinueTimeout is no longer unsupported by the HTTP/2
transport.

Fixes #13851
Fixes #15744

Change-Id: I3522aace14179a1ca070fd7063368a831167a0f7
Reviewed-on: https://go-review.googlesource.com/23254
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/net/http/h2_bundle.go
src/net/http/transport.go
src/net/http/transport_test.go