class Async::HTTP::Body::ZStream

def length

def length
	# We don't know the length of the output until after it's been compressed.
	nil
end