commit | c46f265c325130a7a6c7b27db8c6fe14b64f1a68 | [log] [tgz] |
---|---|---|
author | Tom Bergan <[email protected]> | Tue Oct 25 10:13:20 2016 -0700 |
committer | Brad Fitzpatrick <[email protected]> | Thu Oct 27 00:19:06 2016 +0000 |
tree | 30e56f5a0cd6887c24a25866753e3b468e81ab9c | |
parent | 65dfc08770ce66f74becfdff5f8ab01caef4e946 [diff] |
http2: implement support for server push This makes x/net/http2's ResponseWriter implement the new interface, http.Pusher. This new interface requires Go 1.8. When compiled against older versions of Go, the ResponseWriter does not have a Push method. Fixes golang/go#13443 Change-Id: I8486ffe4bb5562a94270ace21e90e8c9a4653da0 Reviewed-on: https://go-review.googlesource.com/29439 Reviewed-by: Brad Fitzpatrick <[email protected]> Run-TryBot: Brad Fitzpatrick <[email protected]>