class Protocol::HTTP2::GoawayFrame

def apply(connection)

def apply(connection)
	connection.receive_goaway(self)
end