diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-11-13 16:15:26 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-11-13 16:15:26 +0100 |
commit | 64e959ffe37c436503f9fed1ce2d6ee6ae50bd9a (patch) | |
tree | f86e6fba6c3250aea26429bed2f5c80c97494aa0 /lib/ftp.c | |
parent | 86e21973376320b243b180679ff9c439b92e7cd0 (diff) | |
download | curl-64e959ffe37c436503f9fed1ce2d6ee6ae50bd9a.tar.gz |
cleanup: general removal of TODO (and similar) comments
They tend to never get updated anyway so they're frequently inaccurate
and we never go back to revisit them anyway. We document issues to work
on properly in KNOWN_BUGS and TODO instead.
Diffstat (limited to 'lib/ftp.c')
-rw-r--r-- | lib/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3659,7 +3659,7 @@ static CURLcode ftp_do_more(struct connectdata *conn, int *completep) if(!conn->bits.tcpconnect[SECONDARYSOCKET]) { if(conn->tunnel_state[SECONDARYSOCKET] == TUNNEL_CONNECT) { /* As we're in TUNNEL_CONNECT state now, we know the proxy name and port - aren't used so we blank their arguments. TODO: make this nicer */ + aren't used so we blank their arguments. */ result = Curl_proxyCONNECT(conn, SECONDARYSOCKET, NULL, 0, FALSE); return result; |