From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42829) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8sEN-0004qa-CX for guix-patches@gnu.org; Mon, 02 Mar 2020 16:04:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j8sEM-00018K-FE for guix-patches@gnu.org; Mon, 02 Mar 2020 16:04:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60671) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j8sEM-00018D-CV for guix-patches@gnu.org; Mon, 02 Mar 2020 16:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j8sEM-0001oK-7E for guix-patches@gnu.org; Mon, 02 Mar 2020 16:04:02 -0500 Subject: [bug#39873] [PATCH 0/3] http-multiple-get enhancements Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:42600) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8sDQ-0004a7-EP for guix-patches@gnu.org; Mon, 02 Mar 2020 16:03:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j8sDP-0000kc-4y for guix-patches@gnu.org; Mon, 02 Mar 2020 16:03:04 -0500 Received: from mira.cbaines.net ([212.71.252.8]:47046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j8sDO-0000jz-Ub for guix-patches@gnu.org; Mon, 02 Mar 2020 16:03:03 -0500 Received: from localhost (unknown [46.237.162.11]) by mira.cbaines.net (Postfix) with ESMTPSA id DBD3C27BBE4 for ; Mon, 2 Mar 2020 21:03:01 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 516b0a8d for ; Mon, 2 Mar 2020 21:02:59 +0000 (UTC) From: Christopher Baines Date: Mon, 02 Mar 2020 21:02:57 +0000 Message-ID: <87imjmeagu.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39873@debbugs.gnu.org --=-=-= Content-Type: text/plain These are a few changes I made to the copy of http-multiple-get in the Guix Data Service. Christopher Baines (3): substitute: Use the same port for multiple request batches. substitute: Make http-multiple-get batch size configurable. substitute: Close port at the end of http-multiple-get. guix/scripts/substitute.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl5ddIFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XecExAAhLXSlDod7wFD7C1Hpf6N1vk/YYPpjhe+xFVWZtGZ069ZZ0JCZ45R1qKF F3C3SOPpMSeiTHepRqUP0eoNkDugH1nOMZRYymFdeUq4iSTuntYTw5juLeBFFeP9 AUerXp3qMEX0rkV2/uwvIrSHT3FRmVHRdsP7RVEcI+eDVvV80QxzMucQJqQmm5bB GSU7M9Vwp/RL8+SZfEZpbGwCJ734O1BIOd3cExISG81/JPPD0W+GFK9fZKwt3wbL dsXq4B6kH+S/bK0mTQhVSiQNS3YSjRyMtQPPkdgvw3Y1MH5P2yrIXufWq8MH7aiZ KFmSlu87SZh+o9FXrq4esmDszC6XC/Jegexvm1eCTCUmW+g65h092+4DTkrfTjaL hARBDyKMB6w77uy69sryM2K6c6Tlddz+7LPRLwQ1r8plLbNqd17V5ySbjuUISoPs uezJcNN9lgztlkKHxLh371lvYgiKnye1ky+IzJ8UKlXMW/Hz0/aNJR4mvk0SXeuQ w1tpM166aVFj4ui03r03eenx0Vaeq2uE7Ug/ebxCojjZ7BUJDYIGrPNs/qRpSCNr zE3uVcCsdre2pWsQPrW3HaK+gnHyD3DxvrAMOn9ZIA03e68wKgwXmlVW6HKn7W79 A0BW7l5EJVfK13Eyx5UR2MYYboUql9fLwBPWD8IsY5T/u8bWmdg= =MglG -----END PGP SIGNATURE----- --=-=-=--