summaryrefslogtreecommitdiff
path: root/lib/smtp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-11-13 16:15:26 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-11-13 16:15:26 +0100
commit64e959ffe37c436503f9fed1ce2d6ee6ae50bd9a (patch)
treef86e6fba6c3250aea26429bed2f5c80c97494aa0 /lib/smtp.c
parent86e21973376320b243b180679ff9c439b92e7cd0 (diff)
downloadcurl-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/smtp.c')
-rw-r--r--lib/smtp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/smtp.c b/lib/smtp.c
index dada087a9..3eb534cd3 100644
--- a/lib/smtp.c
+++ b/lib/smtp.c
@@ -1256,10 +1256,8 @@ static CURLcode smtp_done(struct connectdata *conn, CURLcode status,
/* Run the state-machine
- TODO: when the multi interface is used, this _really_ should be using
- the smtp_multi_statemach function but we have no general support for
- non-blocking DONE operations, not in the multi state machine and with
- Curl_done() invokes on several places in the code!
+ this should be using the smtp_multi_statemach function but we have no
+ support for non-blocking DONE operations!
*/
result = smtp_block_statemach(conn);
}