class Protocol::HTTP2::Stream
def self.create(connection, id)
def self.create(connection, id) stream = self.new(connection, id) connection.streams[id] = stream return stream end
def self.create(connection, id) stream = self.new(connection, id) connection.streams[id] = stream return stream end