From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Guile 2.0.5, HTTP downloads, and progress reports Date: Wed, 21 Aug 2013 11:47:45 +0200 Message-ID: <8738q3nzni.fsf@gnu.org> References: <878uzwo7hr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC560-00005f-7K for guix-devel@gnu.org; Wed, 21 Aug 2013 05:53:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VC55t-00022o-6s for guix-devel@gnu.org; Wed, 21 Aug 2013 05:52:56 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:36986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC55t-00022j-0Z for guix-devel@gnu.org; Wed, 21 Aug 2013 05:52:49 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 9F50913B9 for ; Wed, 21 Aug 2013 11:47:46 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IGKvJkQvkYKN for ; Wed, 21 Aug 2013 11:47:46 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 53ACD13AA for ; Wed, 21 Aug 2013 11:47:46 +0200 (CEST) In-Reply-To: <878uzwo7hr.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 20 Aug 2013 14:46:08 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > I just realized that users of Guile 2.0.5 are observing weird behavior > when substituting binaries: the substituter would remain silent, write > =E2=80=9Cthe server is unresponsive=E2=80=9D, then remain silent some mor= e, and finally > write tens of lines of =E2=80=9Cprogress report=E2=80=9D in a row when it= =E2=80=99s done > downloading. > > This is because 2.0.5=E2=80=99s HTTP client would return directly all of = the > downloaded data, instead of returning an input port, making it > impossible to implement a progress report. (guix http-client) hides > that, hence the behavior above. Commit db90b40 partially addresses this by removing the fake progress report on Guile 2.0.5, and by printing =E2=80=9Cplease wait=E2=80=9D (and = =E2=80=9Cplease upgrade=E2=80=9D). Feedback from 2.0.5 users is welcome! Ludo=E2=80=99.