class Protocol::HTTP::Body::Rewindable

def empty?

def empty?
	(@index >= @chunks.size) && super
end