From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 792E11FA01 for ; Thu, 11 Mar 2021 10:45:38 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 3/7] lei_curl: note proposed master/client mode for curl Date: Thu, 11 Mar 2021 02:45:34 -0800 Message-Id: <20210311104538.7743-4-e@80x24.org> In-Reply-To: <20210311104538.7743-1-e@80x24.org> References: <20210311104538.7743-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Who knows, maybe stuff learned during lei development can be used to implement it in curl: https://curl.se/mail/archive-2021-02/0031.html --- lib/PublicInbox/LeiCurl.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/PublicInbox/LeiCurl.pm b/lib/PublicInbox/LeiCurl.pm index 3a79fbf8..69c64cdf 100644 --- a/lib/PublicInbox/LeiCurl.pm +++ b/lib/PublicInbox/LeiCurl.pm @@ -4,6 +4,8 @@ # common option and torsocks(1) wrapping for curl(1) # Eventually, we may support using libcurl via Inline::C and/or # WWW::Curl; but curl(1) is most prevalent and widely-installed. +# n.b. curl may support a daemon/client model like lei someday: +# https://github.com/curl/curl/wiki/curl-tool-master-client package PublicInbox::LeiCurl; use strict; use v5.10.1;