mirror of
https://github.com/curl/curl.git
synced 2026-07-30 12:28:04 +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
|
|
@ -586,9 +586,9 @@ static CURLcode post_per_transfer(struct GlobalConfig *global,
|
|||
* or close/re-open the file so that the next attempt starts
|
||||
* over from the beginning.
|
||||
*
|
||||
* TODO: similar action for the upload case. We might need
|
||||
* to start over reading from a previous point if we have
|
||||
* uploaded something when this was returned.
|
||||
* For the upload case, we might need to start over reading from a
|
||||
* previous point if we have uploaded something when this was
|
||||
* returned.
|
||||
*/
|
||||
break;
|
||||
}
|
||||
|
|
@ -2040,9 +2040,9 @@ static CURLcode single_transfer(struct GlobalConfig *global,
|
|||
* the headers, we need to open it in append mode, since transfers
|
||||
* might finish in any order.
|
||||
* The first transfer just clears the file.
|
||||
* TODO: Consider placing the file handle inside the
|
||||
* OperationConfig, so that it does not need to be opened/closed
|
||||
* for every transfer.
|
||||
*
|
||||
* Consider placing the file handle inside the OperationConfig, so
|
||||
* that it does not need to be opened/closed for every transfer.
|
||||
*/
|
||||
if(config->create_dirs) {
|
||||
result = create_dir_hierarchy(config->headerfile, global);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue