]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/clients/FtpGateway.cc
Maintenance: Remove FIXME and \todo labels (#647)
[thirdparty/squid.git] / src / clients / FtpGateway.cc
index fdca3b7293b79df6f60f783b561fbe075b58db51..4aba041b13d25d514f5bbb95981105cb8ddc9ac2 100644 (file)
@@ -1928,7 +1928,7 @@ Ftp::Gateway::ftpAcceptDataConnection(const CommAcceptCbParams &io)
         data.listenConn->close();
         data.listenConn = NULL;
         debugs(9, DBG_IMPORTANT, "FTP AcceptDataConnection: " << io.conn << ": " << xstrerr(io.xerrno));
-        /** \todo Need to send error message on control channel*/
+        // TODO: need to send error message on control channel
         ftpFail(this);
         return;
     }
@@ -2680,7 +2680,7 @@ Ftp::Gateway::writeReplyBody(const char *dataToWrite, size_t dataLength)
 /**
  * A hack to ensure we do not double-complete on the forward entry.
  *
\todo Ftp::Gateway logic should probably be rewritten to avoid
* TODO: Ftp::Gateway logic should probably be rewritten to avoid
  *  double-completion or FwdState should be rewritten to allow it.
  */
 void