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:
Max Kellermann 2019-12-23 14:27:48 +01:00
parent 4475b8ca04
commit fe598e7d30

View File

@ -181,8 +181,6 @@ CurlGlobal::Remove(CURL *easy) noexcept
assert(easy != nullptr);
curl_multi_remove_handle(multi.Get(), easy);
InvalidateSockets();
}
static CurlRequest *