class Async::HTTP::Body::Hijack

def ready?

def ready?
	if @stream
		@stream.output.ready?
	end
end