class Protocol::HTTP::Body::File

def rewind

Rewind the file to the beginning of the range.
def rewind
	@file.seek(@offset)
	@remaining = @length
end