class Protocol::HTTP::Body::Rewindable

def empty?

@returns [Boolean] Whether the body is empty.
def empty?
	(@index >= @chunks.size) && super
end