]> Cypherpunks repositories - gostls13.git/commit
net/http: enable HTTP/2 support in DefaultTransport
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 5 Nov 2015 09:28:28 +0000 (10:28 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 7 Nov 2015 13:35:36 +0000 (13:35 +0000)
commit4123be4cf66bc478cbed1058d362678ade73fb0b
treea9057fe8fa08450cc57371f20e5b84771125c3dc
parent4b7d5f0b941c75e678d60e84602155ea9e73bab6
net/http: enable HTTP/2 support in DefaultTransport

The GODEBUG option remains, for now, but only for turning it off.
We'll decide what to do with it before release.

This CL includes the dependent http2 change (https://golang.org/cl/16692)
in the http2 bundle (h2_bundle.go).

Updates golang/go#6891

Change-Id: If9723ef627c7ba4f7343dc8cb89ca88ef0fbcb10
Reviewed-on: https://go-review.googlesource.com/16693
Reviewed-by: Blake Mizerany <blake.mizerany@gmail.com>
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