class Protocol::HTTP::Body::Rewindable

def ready?

def ready?
	(@index < @chunks.size) || super
end