浏览代码

Removing wrong comment that should already have been deleted in 2f04f171e5f (Bug 1520: Resuming file upload in active FTP mode does not work on some servers)

Source commit: dc2ceffe437a6e2d2d7dc1de94b4569687c11630
Martin Prikryl 8 年之前
父节点
当前提交
b3ce6ef286
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      source/filezilla/FtpControlSocket.cpp

+ 0 - 2
source/filezilla/FtpControlSocket.cpp

@@ -4255,8 +4255,6 @@ void CFtpControlSocket::FileTransfer(t_transferfile *transferfile/*=0*/,BOOL bFi
       return;
     }
     m_pTransferSocket->m_transferdata=pData->transferdata;
-    // not sure what happens when we active transfer socket immediately while resuming
-    // it can possibly make transfer socket start reading from a file before a file pointer is advanced
     if (GetOptionVal(OPTION_MPEXT_TRANSFER_ACTIVE_IMMEDIATELY) || !pData->bPasv)
     {
       m_pTransferSocket->SetActive();