class Protocol::HTTP::Body::Buffered

def empty?

@returns [Boolean] if the body is empty.
def empty?
	@index >= @chunks.length
end