]> Cypherpunks repositories - gostls13.git/commit
net/http: add an interface for server push
authorTom Bergan <tombergan@google.com>
Tue, 25 Oct 2016 19:18:59 +0000 (12:18 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Oct 2016 21:22:48 +0000 (21:22 +0000)
commitcf73bbfa259afe29962a5ca5e207441f63c9bcf2
tree3635140506ba5759684b51cb71ef7373e7af9b20
parent45b43f6198436b18a0b5f64a3176d632e4f1c855
net/http: add an interface for server push

This interface will be implemented by golang.org/x/net/http2 in
https://go-review.googlesource.com/c/29439/.

Updates golang/go#13443

Change-Id: Ib6bdd403b0878cfe36fa9875c07c2c7239232556
Reviewed-on: https://go-review.googlesource.com/32012
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/http.go