mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21: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
|
|
@ -1552,10 +1552,9 @@ static CURLcode telnet_do(struct Curl_easy *data, bool *done)
|
|||
/* returned not-zero, this an error */
|
||||
if(result) {
|
||||
keepon = FALSE;
|
||||
/* TODO: in test 1452, macOS sees a ECONNRESET sometimes?
|
||||
* Is this the telnet test server not shutting down the socket
|
||||
* in a clean way? Seems to be timing related, happens more
|
||||
* on slow debug build */
|
||||
/* In test 1452, macOS sees a ECONNRESET sometimes? Is this the
|
||||
* telnet test server not shutting down the socket in a clean way?
|
||||
* Seems to be timing related, happens more on slow debug build */
|
||||
if(data->state.os_errno == ECONNRESET) {
|
||||
DEBUGF(infof(data, "telnet_do, unexpected ECONNRESET on recv"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue