module Async::HTTP::Protocol::HTTP2::Connection

def viable?

Can we use this connection to make requests?
def viable?
	@stream.connected?
end