Closed
Description
This bug is about http2 support for PUSH_PROMISE frames, letting http.Handlers push their own streams to clients.
Previously:
bradfitz/http2#23
bradfitz/http2#34
Let's do this first in x/net/http2 and only add API to the standard library after it's baked long enough in x/net.