summaryrefslogtreecommitdiff
path: root/src/lib/curl/Global.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/curl/Global.hxx')
-rw-r--r--src/lib/curl/Global.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/curl/Global.hxx b/src/lib/curl/Global.hxx
index d2866c3e9..0a8067fa2 100644
--- a/src/lib/curl/Global.hxx
+++ b/src/lib/curl/Global.hxx
@@ -74,16 +74,6 @@ public:
SocketAction(CURL_SOCKET_TIMEOUT, 0);
}
- /**
- * This is a kludge to allow pausing/resuming a stream with
- * libcurl < 7.32.0. Read the curl_easy_pause manpage for
- * more information.
- */
- void ResumeSockets() {
- int running_handles;
- curl_multi_socket_all(multi.Get(), &running_handles);
- }
-
private:
void UpdateTimeout(long timeout_ms) noexcept;
static int TimerFunction(CURLM *global, long timeout_ms,