This bug is about http2 support for PUSH_PROMISE frames, letting http.Handlers push their own streams to clients. Previously: https://github.com/bradfitz/http2/pull/23 https://github.com/bradfitz/http2/pull/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.