class Protocol::HTTP2::Dependency

def remove_child(dependency)

def remove_child(dependency)
	@children&.delete(dependency.id)
	
	self.clear_cache!
end