Added file areas and TIC processing
This commit is contained in:
@@ -7,7 +7,7 @@ use Exception;
|
||||
use Illuminate\Support\Arr;
|
||||
use Illuminate\Support\Collection;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use League\Flysystem\UnreadableFileException;
|
||||
use League\Flysystem\UnreadableFileEncountered;
|
||||
|
||||
use App\Classes\Protocol as BaseProtocol;
|
||||
use App\Classes\Sock\SocketClient;
|
||||
@@ -511,7 +511,7 @@ final class Binkp extends BaseProtocol
|
||||
try {
|
||||
$data = $this->send->read(self::BP_BLKSIZE);
|
||||
|
||||
} catch (UnreadableFileException) {
|
||||
} catch (UnreadableFileEncountered) {
|
||||
$this->send->close(FALSE);
|
||||
$this->sessionClear(self::SE_SENDFILE);
|
||||
|
||||
|
Reference in New Issue
Block a user