commit | fbd690d9150388e49b365771016b00aa663cee19 | [log] [tgz] |
---|---|---|
author | ayanamist <[email protected]> | Thu Sep 29 15:06:22 2016 +0800 |
committer | Brad Fitzpatrick <[email protected]> | Thu Sep 29 16:24:05 2016 +0000 |
tree | 2c1ffe3cb8595caefeeffa2c1a082ba111a46d1c | |
parent | 9f0e377a8a39bb99ff03459d77c135a0042878f0 [diff] |
x/net/http2: use request url scheme The existing implementation has a hardcoded "https" scheme for all request, since it allows http scheme in the request, it should use the scheme in the request url. Fixes golang/go#17257 Change-Id: Ibd9528df0328d7630ee94a006db694645625cdc9 Reviewed-on: https://go-review.googlesource.com/29975 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>