From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 12 10:09:02 2021 Received: (at 46967) by debbugs.gnu.org; 12 Mar 2021 15:09:02 +0000 Received: from localhost ([127.0.0.1]:58078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKjPR-00023r-Sb for submit@debbugs.gnu.org; Fri, 12 Mar 2021 10:09:02 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKjPN-00023X-V0 for 46967@debbugs.gnu.org; Fri, 12 Mar 2021 10:09:01 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53216) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lKjPI-0005ug-Qx for 46967@debbugs.gnu.org; Fri, 12 Mar 2021 10:08:52 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=60126 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lKjPH-0005sb-26 for 46967@debbugs.gnu.org; Fri, 12 Mar 2021 10:08:52 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: 46967@debbugs.gnu.org Subject: Re: bug#46967: Connection reuse for substitutes breaks with gzip References: <878s70ibke.fsf@inria.fr> <8735x4a8m8.fsf@gnu.org> <87r1ko8o7v.fsf@gnu.org> <87eegmxfi5.fsf@gnu.org> <87r1kkvekm.fsf@gnu.org> Date: Fri, 12 Mar 2021 16:08:49 +0100 In-Reply-To: <87r1kkvekm.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Fri, 12 Mar 2021 11:42:01 +0100") Message-ID: <87sg50tnni.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 46967 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ludovic Court=C3=A8s skribis: > I decided to take a heavy-handed solution to that problem, which is to > augment Guile-zlib with an interface for gzip compression/decompression > not restricted to file ports (=E2=80=98call-with-gzip-output-port=E2=80= =99 & co. are > restricted to file ports): > > https://notabug.org/guile-zlib/guile-zlib/commit/b899ac2fecf91475da1eba= 7e7b24708ea8b5fb73 > > That way, we can change =E2=80=98decompressed-port=E2=80=99 in (guix util= s) to perform > in-process decompression for =E2=80=98gzip=E2=80=99, like it does for zst= d and lzip. Done in a04aef2430645357d7796969d4b6453478ff8a3f! I=E2=80=99ll update the =E2=80=98guix=E2=80=99 package so people on Guix Sy= stem can get the fix, and then we can close this bug. Ludo=E2=80=99.