]> 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)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 18 Feb 2016 23:58:00 +0000 (23:58 +0000)
commit2eeaaaae7530337c23b0d4d76ac519e677c125dd
treed767e7e85349a6974db43777b746c6fac933dbd8
parent98cc8b4cf219384792e19dec9bc17a0e49c466f6
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>
src/net/http/transport.go
src/net/http/transport_test.go