class Async::HTTP::Protocol::HTTP2

def close

def close
	Async.logger.debug(self) {"Closing connection"}
	@reader.stop
	@stream.close
end