class Protocol::HTTP::Body::ZStream

def length

The length of the output, if known. Generally, this is not known due to the nature of compression.
def length
	# We don't know the length of the output until after it's been compressed.
	nil
end