sftp: Don't compare size_t against -1
readChunks returns an int, use const auto instead of size_t to be able to compare against -1. (cherry picked from commit 39e7c05f)
Please register or sign in to comment
readChunks returns an int, use const auto instead of size_t to be able to compare against -1. (cherry picked from commit 39e7c05f)