]> Cypherpunks repositories - gostls13.git/commit
net/http: fix bug where http2 wasn't enabled on DefaultTransport
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 18 Feb 2016 22:59:13 +0000 (04:29 +0530)
committerAndrew Gerrand <adg@golang.org>
Thu, 14 Apr 2016 05:20:09 +0000 (05:20 +0000)
commit406752b640fcc56a9287b8454564cffe2f0021c1
tree81339eebef2900baf8bc0b88dc46a348f12b5c7e
parentf5cf5673590a68c55b2330df9dfcdd6fac75b893
net/http: fix bug where http2 wasn't enabled on DefaultTransport

I had accidentally disabled a headline feature at the last second. :(

Fixes #14391

Change-Id: I1992c9b801072b7538b95c55242be174075ff932
Reviewed-on: https://go-review.googlesource.com/19672
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-on: https://go-review.googlesource.com/22035
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/transport.go
src/net/http/transport_test.go