Skip to content

Commit

Permalink
Update src/libsync/propagateupload.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Claudio Cambra <[email protected]>
Signed-off-by: jkellerer <[email protected]>
  • Loading branch information
jkellerer and claucambra authored Sep 22, 2023
1 parent dc7bc44 commit af1fb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/propagateupload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ void PropagateUploadFileCommon::commonErrorHandling(AbstractNetworkJob *job)
if (isConnectionClosedOnLargeUpload) {
qCInfo(lcPropagateUpload()) << "Remote host closed the connection when uploading"
<< Utility::octetsToString(requestSize) << "."
<< "Treating the error like HTTP-413 (request entity to large)";
<< "Treating the error like HTTP-413 (request entity too large)";
}

// Calculate new upload limit and set it in propagator()->account()
Expand Down

0 comments on commit af1fb56

Please sign in to comment.