mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:53:33 +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
|
|
@ -1220,7 +1220,6 @@ CURLcode telrcv(struct connectdata *conn,
|
|||
}
|
||||
|
||||
/* Escape and send a telnet data block */
|
||||
/* TODO: write large chunks of data instead of one byte at a time */
|
||||
static CURLcode send_telnet_data(struct connectdata *conn,
|
||||
char *buffer, ssize_t nread)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue