mirror of
https://github.com/curl/curl.git
synced 2026-01-26 15:03:21 +00:00
conncache: done always evaluates to false
Follow-up to c9b95c0bb30f88bf00e1ac Spotted by CodeSonar Reviewed-by: Stefan Eissing Closes #14034
This commit is contained in:
parent
9a49af5fd8
commit
fde2143df7
@ -690,7 +690,7 @@ static void connc_discard_conn(struct conncache *connc,
|
||||
* not what we want. */
|
||||
if(aborted)
|
||||
done = TRUE;
|
||||
else if(!done) {
|
||||
if(!done) {
|
||||
/* Attempt to shutdown the connection right away. */
|
||||
Curl_attach_connection(data, conn);
|
||||
connc_run_conn_shutdown(data, conn, &done);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user