class Protocol::HTTP2::Connection

def closed?

Whether the connection is effectively or actually closed.
def closed?
	@state == :closed || @framer.nil?
end