class Protocol::HTTP2::Dependency

def priority= priority

Change the priority of the stream both locally and remotely.
def priority= priority
	send_priority(priority)
	process_priority(priority)
end