K 10 svn:author V 3 des K 8 svn:date V 27 2004-02-11T09:31:39.000000Z K 7 svn:log V 342 When restarting a transfer that has already completed, the server will reply with a 416 error code (requested range not satisfiable) because we ask it to start at the end of the file. Handle this gracefully by considering a 416 reply a success if the requested offset exactly matches the length of the file and the requested length is zero. END