From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#22745: guix http downloads don't resume Date: Sat, 20 Feb 2016 09:34:45 +0100 Message-ID: <20160220093445.45cd64d2@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aX31K-0006Fd-2L for bug-guix@gnu.org; Sat, 20 Feb 2016 03:36:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aX31G-0006PT-1d for bug-guix@gnu.org; Sat, 20 Feb 2016 03:36:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aX31F-0006PP-Up for bug-guix@gnu.org; Sat, 20 Feb 2016 03:36:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aX31F-0005hF-Qd for bug-guix@gnu.org; Sat, 20 Feb 2016 03:36:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aX30D-0005YE-JH for bug-guix@gnu.org; Sat, 20 Feb 2016 03:34:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aX308-00061c-Ia for bug-guix@gnu.org; Sat, 20 Feb 2016 03:34:57 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:56147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aX308-00061L-CL for bug-guix@gnu.org; Sat, 20 Feb 2016 03:34:52 -0500 Received: from localhost (91.141.3.82.wireless.dyn.drei.com [91.141.3.82]) by dd1012.kasserver.com (Postfix) with ESMTPSA id BC0FF1CA08B0 for ; Sat, 20 Feb 2016 09:34:47 +0100 (CET) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 22745@debbugs.gnu.org Package: guix By now, guix reconfigure has tried to download the same texlive binary from hydra at least 5 times to the same machine, unsuccessfully breaking after about 1 GB each, for a total of 5 GB, always starting from the beginning. Would it be possible to just resume? Additionally, it doesn't seem like it checks the Content-Length in order to find out whether the connection broke before the file was done. Why doesn't it? The http-client seems to handle chunked encoding - so not sure whether it's a problem with hydra or with guix.