From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id yB8SAWgzRmZP+AAAe85BDQ:P1 (envelope-from ) for ; Thu, 16 May 2024 18:25:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id yB8SAWgzRmZP+AAAe85BDQ (envelope-from ) for ; Thu, 16 May 2024 18:25:12 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=q7ixVo0f; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1715876711; a=rsa-sha256; cv=none; b=XVb+zxAyjlTkh4FxrJaiYh8B8U8uCe4QO8yn2173q40O8OVsrrvk6AUH86lyfZ19zy96p9 FpnroWTy/EAk9w3hproe6yfRjEbbNZsDl5BKRdevh1wA8/up499f7cOw7tNu3GVgKdHWRK SAdJrbA8SVbFE4boCFvagdXPLwgfwdbPX8bmqXG8UgkyjmzxGMIIx4jmcZAgLpmT9emash qGngOUKGBY8VlgSeoK2nkI0b2jDriDCUrt+PvDVKSsT8xTzNPvDR1MGDKQT520ZLcWRd5g K3XcDDqg/LQMeg9SY1iBVQhPfb9llVbEsw22riIHtZ45gn9ZOygzoTwr9tPccw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=q7ixVo0f; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1715876711; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=2KAyQdJ6aeWrJcwC4ARiEQu2kvD3HwZci3e15yProhM=; b=gwPF+qnb1DH+/lQ4p+ZF2MX0Ojbzjut2Yiw3RheytUFFwyxsIQtlyl3czWAqjQyt56bcRI HHPSehU5fIpFBdBe4i0SeHHIE1FsP8g44yGlqM477zloPRoyAhsrrN60Svdc81F3ZwFiDh j3rfr4X20iuvGxAihFtcGmIObIAZfiwIhCIysyYr5QhxxzHUAg+/VPc/t4+UuvFtJ41zTl miqjEDOf1h2ckEJjZxvO1uVAjpYPcvp7J9e/g05zI7UG4FXz99wxTFer5T9QG4CYifIjUO RaLA5B1rbV0VBDYkwVhoOMYaG9yaLqztxRkmi8nlvPHJ6zeCA8z5V64tcBZqzQ== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id DAAA21F567 for ; Thu, 16 May 2024 18:25:11 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s7duf-00025F-1Q; Thu, 16 May 2024 12:25:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s7due-000254-5k for guix-patches@gnu.org; Thu, 16 May 2024 12:25:00 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1s7dud-0003ex-Ug for guix-patches@gnu.org; Thu, 16 May 2024 12:24:59 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1s7dug-0000X3-7D for guix-patches@gnu.org; Thu, 16 May 2024 12:25:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70494] [PATCH 19/23] http-client: Include EPIPE in network-error?. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 16 May 2024 16:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70494 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christopher Baines Cc: Josselin Poiret , 70494@debbugs.gnu.org, Simon Tournier , Mathieu Othacehe , Tobias Geerinckx-Rice , Ricardo Wurmus , Christopher Baines Received: via spool by 70494-submit@debbugs.gnu.org id=B70494.17158766762028 (code B ref 70494); Thu, 16 May 2024 16:25:02 +0000 Received: (at 70494) by debbugs.gnu.org; 16 May 2024 16:24:36 +0000 Received: from localhost ([127.0.0.1]:49690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s7du1-0000We-3Q for submit@debbugs.gnu.org; Thu, 16 May 2024 12:24:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55128) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s7dtz-0000WS-3b for 70494@debbugs.gnu.org; Thu, 16 May 2024 12:24:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s7dtr-0003a8-Eb; Thu, 16 May 2024 12:24:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=2KAyQdJ6aeWrJcwC4ARiEQu2kvD3HwZci3e15yProhM=; b=q7ixVo0fKsNrhmkT0NgG EBAjls5ZkinBGvxexgGe7iHbaRI4UZmyd8b4f6EF4vq0h61Rb8dwA+LE7ElyoYSPqqwYFnK7xRNhj iIbOfS3K3wihEPk4ZkIti6/TkZpTs1o9Ad15NgOjejnqtgK26lGDlpejR316iqfqjBTHeOtVFxSLN qouj3AToeI4Kqp8TIwpK2D7lMQMjWAD8dnkrTvyxGykFtPAkq8i0nZAqawcaZr1sCiSgSzTL7LY3G WFtPoY6NVCtNsHEdvUYVZXixneUQmKPtia9pHl0soOph0bRJApWfwuAuxiIb60ZaglPigOuRWYqSh iLPIaGY2oP8Jxw==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <34e716047df34db458e206540fe4217e166dabcc.1713692561.git.mail@cbaines.net> (Christopher Baines's message of "Sun, 21 Apr 2024 10:42:37 +0100") References: <87bk632h36.fsf@cbaines.net> <34e716047df34db458e206540fe4217e166dabcc.1713692561.git.mail@cbaines.net> Date: Thu, 16 May 2024 18:23:48 +0200 Message-ID: <87le49914b.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: DAAA21F567 X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -5.77 X-Spam-Score: -5.77 X-TUID: Igryo6HDJdHR Christopher Baines skribis: > The substitute script checks for EPIPE errors, so this allows using > network-error?. > > * guix/http-client.scm (network-error?): Include EPIPE. LGTM