Revert last change

This commit is contained in:
G2-Games 2025-03-22 16:21:52 -05:00
parent a282bc588b
commit 80a11fbb0b

View file

@ -301,7 +301,7 @@ pub async fn websocket_upload(
let message = message.unwrap().into_data();
offset += message.len() as u64;
if (offset >= info.1.size) | (offset > max_filesize) {
if (offset > info.1.size) | (offset > max_filesize) {
break
}