mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:37:33 +03:00
parent
f6bbc2b3be
commit
e2a12fcbdb
1 changed files with 2 additions and 1 deletions
|
|
@ -1858,7 +1858,8 @@ static CURLcode vtls_shutdown_blocking(struct Curl_cfilter *cf,
|
|||
if(timeout_ms < 0) {
|
||||
/* no need to continue if time is already up */
|
||||
failf(data, "SSL shutdown timeout");
|
||||
return CURLE_OPERATION_TIMEDOUT;
|
||||
result = CURLE_OPERATION_TIMEDOUT;
|
||||
goto out;
|
||||
}
|
||||
|
||||
result = connssl->ssl_impl->shut_down(cf, data, send_shutdown, done);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue