From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23275: 307 "Temporary Redirect" is not handled Date: Wed, 13 Apr 2016 22:35:07 +0200 Message-ID: <87lh4hfds4.fsf@gnu.org> References: <87a8kzz15a.fsf@gmail.com> 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]:33200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqRW8-000614-IW for bug-guix@gnu.org; Wed, 13 Apr 2016 16:36:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqRW5-0008TE-SL for bug-guix@gnu.org; Wed, 13 Apr 2016 16:36:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqRW5-0008TA-PU for bug-guix@gnu.org; Wed, 13 Apr 2016 16:36:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1aqRW5-0004w0-LT for bug-guix@gnu.org; Wed, 13 Apr 2016 16:36:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87a8kzz15a.fsf@gmail.com> (Alex Kost's message of "Tue, 12 Apr 2016 11:23:13 +0300") 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" To: Alex Kost Cc: 23275@debbugs.gnu.org Alex Kost skribis: > From d0ee21dd4e8c34e7d3f23eb69943026706d24d37 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Tue, 12 Apr 2016 11:14:59 +0300 > Subject: [PATCH] download: Follow HTTP 307 "Temporary Redirection". > MIME-Version: 1.0 > Content-Type: text/plain; charset=3DUTF-8 > Content-Transfer-Encoding: 8bit > > Reported by Albin S=C3=B6derqvist . > > * guix/build/download.scm (http-fetch): Follow redirections upon 307. > This is what 'binaries.openttd.org' does. Sure, please push! (Please add =E2=80=9CFixes =E2=80=A6=E2=80=9D in the commit log.) Thanks! Ludo=E2=80=99.