class Protocol::HTTP::Body::Buffered

def rewind

def rewind
	return false unless @chunks
	
	@index = 0
	
	return true
end