class Async::HTTP::Protocol::HTTP1::Connection

def reusable?

def reusable?
	@persistent && @stream && !@stream.closed?
end