mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
mention that we explicitly ignore the return code
This commit is contained in:
parent
dc42d6fb8d
commit
48918c3047
@ -3682,7 +3682,8 @@ static CURLcode CreateConnection(struct SessionHandle *data,
|
||||
result = setup_range(data);
|
||||
if(result) {
|
||||
DEBUGASSERT(conn->handler->done);
|
||||
conn->handler->done(conn, result, FALSE);
|
||||
/* we ignore the return code for the protocol-specific DONE */
|
||||
(void)conn->handler->done(conn, result, FALSE);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user