Commit fe598e7d authored by Max Kellermann's avatar Max Kellermann

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().
parent 4475b8ca
......@@ -181,8 +181,6 @@ CurlGlobal::Remove(CURL *easy) noexcept
assert(easy != nullptr);
curl_multi_remove_handle(multi.Get(), easy);
InvalidateSockets();
}
static CurlRequest *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment