mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 21:34:41 +01:00
Compare commits
2 Commits
baf7880c47
...
2a128af981
Author | SHA1 | Date | |
---|---|---|---|
2a128af981 | |||
642e62551b |
@ -393,6 +393,9 @@ trait Files
|
||||
}
|
||||
await($promises, $cancellation);
|
||||
await($resPromises, $cancellation);
|
||||
if ($totalSize === 0) {
|
||||
throw new AssertionError('You uploaded an empty file!');
|
||||
}
|
||||
$time = microtime(true) - $start;
|
||||
$speed = (int) ($totalSize * 8 / $time) / 1000000;
|
||||
if (!$size) {
|
||||
|
Loading…
Reference in New Issue
Block a user