lib/curl/Global: remove InvalidateSockets() call from Remove()
curl_multi_remove_handle() calls our socket function, and there's no need to call curl_multi_socket_action().
This commit is contained in:
parent
4475b8ca04
commit
fe598e7d30
@ -181,8 +181,6 @@ CurlGlobal::Remove(CURL *easy) noexcept
|
||||
assert(easy != nullptr);
|
||||
|
||||
curl_multi_remove_handle(multi.Get(), easy);
|
||||
|
||||
InvalidateSockets();
|
||||
}
|
||||
|
||||
static CurlRequest *
|
||||
|
Loading…
Reference in New Issue
Block a user