class Protocol::HTTP2::Connection

def close!

Transition the connection into the closed state.
def close!
	@state = :closed
	
	return self
end