Dont send an M_GET when we are not in NR mode, or we are offered a file from a zero offset.

This commit is contained in:
2023-07-09 11:18:57 +10:00
parent faeec61aeb
commit d4439a6b58
2 changed files with 13 additions and 10 deletions

View File

@@ -261,6 +261,7 @@ final class Receive extends Item
return Protocol::FOP_SUSPEND;
} else {
// @todo I dont think we are enabling resumable sessions - need to check
Log::debug(sprintf('%s:- Opening [%s]',self::LOGKEY,$this->file));
}