From 0dffe05bf7849b440695e2e92e4fb26b5bc32469 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 24 Dec 2019 11:41:52 +0100 Subject: [PATCH] input/curl: remove unnecessary InvalidateSockets() call Like fe598e7d30d82794560df053623a16fee8d3fb9c --- src/input/plugins/CurlInputPlugin.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input/plugins/CurlInputPlugin.cxx b/src/input/plugins/CurlInputPlugin.cxx index b16f1eb84..71161c770 100644 --- a/src/input/plugins/CurlInputPlugin.cxx +++ b/src/input/plugins/CurlInputPlugin.cxx @@ -180,7 +180,6 @@ CurlInputStream::FreeEasyIndirect() noexcept { BlockingCall(GetEventLoop(), [this](){ FreeEasy(); - (*curl_init)->InvalidateSockets(); }); }