input/curl: remove unnecessary InvalidateSockets() call
Like fe598e7d30
This commit is contained in:
parent
9ef1f10319
commit
0dffe05bf7
@ -180,7 +180,6 @@ CurlInputStream::FreeEasyIndirect() noexcept
|
|||||||
{
|
{
|
||||||
BlockingCall(GetEventLoop(), [this](){
|
BlockingCall(GetEventLoop(), [this](){
|
||||||
FreeEasy();
|
FreeEasy();
|
||||||
(*curl_init)->InvalidateSockets();
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user