class Protocol::HTTP2::Connection
def accept_push_promise_stream(stream_id, &block)
On the client side, we accept push promise streams.
Accept an incoming push promise from the other side of the connection.
def accept_push_promise_stream(stream_id, &block) accept_stream(stream_id, &block) end