fix upload url path not being encoded, add seek api for uploads.
This commit is contained in:
@@ -426,6 +426,12 @@ Result DumpNspToNetwork(ProgressBox* pbox, const location::Entry& loc, std::span
|
||||
offset += bytes_read;
|
||||
return bytes_read;
|
||||
}
|
||||
},
|
||||
curl::OnUploadSeek{
|
||||
[&e, &offset](s64 new_offset){
|
||||
offset = new_offset;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user