mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
all: remove FIXME and TODO comments
We can always improve. These comments tend to linger and go misleading or plain wrong over time. Closes #16283
This commit is contained in:
parent
f1d1c98b7f
commit
94c596bbc5
23 changed files with 51 additions and 71 deletions
|
|
@ -1598,8 +1598,8 @@ size_t Curl_mime_read(char *buffer, size_t size, size_t nitems, void *instream)
|
|||
|
||||
(void) size; /* Always 1. */
|
||||
|
||||
/* TODO: this loop is broken. If `nitems` is <= 4, some encoders will
|
||||
* return STOP_FILLING without adding any data and this loops infinitely. */
|
||||
/* If `nitems` is <= 4, some encoders will return STOP_FILLING without
|
||||
* adding any data and this loops infinitely. */
|
||||
do {
|
||||
hasread = FALSE;
|
||||
ret = readback_part(part, buffer, nitems, &hasread);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue