mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +03:00
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.
This commit is contained in:
parent
86e2197337
commit
64e959ffe3
19 changed files with 26 additions and 97 deletions
|
|
@ -6272,8 +6272,6 @@ CURLcode Curl_do(struct connectdata **connp, bool *done)
|
|||
* second stage DO state which (wrongly) was introduced to support FTP's
|
||||
* second connection.
|
||||
*
|
||||
* TODO: A future libcurl should be able to work away this state.
|
||||
*
|
||||
* 'complete' can return 0 for incomplete, 1 for done and -1 for go back to
|
||||
* DOING state there's more work to do!
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue