Commit 0dffe05b authored by Max Kellermann's avatar Max Kellermann

input/curl: remove unnecessary InvalidateSockets() call

Like fe598e7d
parent 9ef1f103
...@@ -180,7 +180,6 @@ CurlInputStream::FreeEasyIndirect() noexcept ...@@ -180,7 +180,6 @@ CurlInputStream::FreeEasyIndirect() noexcept
{ {
BlockingCall(GetEventLoop(), [this](){ BlockingCall(GetEventLoop(), [this](){
FreeEasy(); FreeEasy();
(*curl_init)->InvalidateSockets();
}); });
} }
......
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