Skip to content

Commit eff427c

Browse files
authored
Merge pull request #14548 from iterate-ch/bugfix/GH-14547-nonces
Set newly calculated nonces and checksum for the retry attempt.
2 parents 4bc7746 + 4ef09e0 commit eff427c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/java/ch/cyberduck/core/worker/AbstractTransferWorker.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ private void transferSegment(final TransferStatus segment) throws BackgroundExce
435435
// Retry immediately
436436
log.info(String.format("Retry %s with transfer status %s", item, retry));
437437
this.transferSegment(segment
438+
.withNonces(retry.getNonces())
439+
.withChecksum(retry.getChecksum())
438440
.withLength(retry.getLength())
439441
.withOffset(retry.getOffset())
440442
.append(retry.isAppend()));

0 commit comments

Comments
 (0)