commit | 2cba614e8ff920c60240d2677bc019af32ee04e5 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Wed Oct 21 11:20:37 2015 -0600 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Thu Oct 22 14:09:15 2015 +0000 |
tree | 7bda595bb1791d342357ec8d25604686c3dae990 | |
parent | e71042db1c6dca3816c73b07b7941a2a182f674b [diff] |
http2: remove Transport.Fallback We decided to glue together the HTTP/1 and HTTP/2 Transports in the other direction, having the HTTP/1 code (net/http.Transport) start the flow. Remove the http2 Transport.Fallback for now, rather than leaving it half implemented. For background, see https://golang.org/cl/16090 Updates golang/go#6891 Change-Id: I511bc6d35a1a9a8e20010bd95ff694a894f42aa4 Reviewed-on: https://go-review.googlesource.com/16181 Reviewed-by: Andrew Gerrand <adg@golang.org>