mirror of
https://github.com/Dangoware/confetti-box.git
synced 2025-04-19 15:22:57 -05:00
Revert last change
This commit is contained in:
parent
a282bc588b
commit
80a11fbb0b
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ pub async fn websocket_upload(
|
||||||
|
|
||||||
let message = message.unwrap().into_data();
|
let message = message.unwrap().into_data();
|
||||||
offset += message.len() as u64;
|
offset += message.len() as u64;
|
||||||
if (offset >= info.1.size) | (offset > max_filesize) {
|
if (offset > info.1.size) | (offset > max_filesize) {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue