class Async::HTTP::Protocol::HTTP11

def good?

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