From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YKexj-0003OI-BF for mharc-grub-devel@gnu.org; Sun, 08 Feb 2015 22:24:39 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKexg-0003Nq-B1 for grub-devel@gnu.org; Sun, 08 Feb 2015 22:24:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKexd-0004l0-68 for grub-devel@gnu.org; Sun, 08 Feb 2015 22:24:36 -0500 Received: from mail-lb0-x232.google.com ([2a00:1450:4010:c04::232]:33117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKexc-0004k6-Vc for grub-devel@gnu.org; Sun, 08 Feb 2015 22:24:33 -0500 Received: by mail-lb0-f178.google.com with SMTP id w7so6239036lbi.9 for ; Sun, 08 Feb 2015 19:24:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=DDoyG+LTzsMIhhNZC6OI7tEJ6cdsmXAdVHQf71UUCR8=; b=vIGZAX8rTrfS0o4//jFx6SVxTY99X8MAbQYLd7BXdzT05U7CyAztq6VWtUxzVBvY+v iy1R4MNyFR07kQaEY6EN9urw6winF+cPv1m9kjNuEw5vZ1vCj/rr1+RE96dGwUmctsW9 VB/07+A2bj2SAN9KhAjOdQAwbaEDDs2g5zR+gtXWz+0Nfbf+267snCsc5nuOiV7sasno c9vizm2QXB9qbzpPz52kAx7T/2qYoqcniJAJTRlUHgjpN6g240kU/O/uW8s1U6Ks+2cV wvi6zpnvSht2ptY6An3Tcvg+DC+wJsz9pgmqaMeg8RXTBEW+KpO7JFBKjf6TAKQXy7Mr 4i4A== X-Received: by 10.152.42.198 with SMTP id q6mr14146903lal.48.1423452272089; Sun, 08 Feb 2015 19:24:32 -0800 (PST) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by mx.google.com with ESMTPSA id zr10sm1843898lbb.45.2015.02.08.19.24.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Feb 2015 19:24:31 -0800 (PST) Date: Mon, 9 Feb 2015 06:24:28 +0300 From: Andrei Borzenkov To: Alan Perry Subject: Re: Is anyone using the http module to do largish transfers? Message-ID: <20150209062428.001edaf4@opensuse.site> In-Reply-To: <54D7C68D.9050600@snowmoose.com> References: <54D2BBB8.7000809@snowmoose.com> <20150207193517.50294beb@opensuse.site> <54D7C68D.9050600@snowmoose.com> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.25; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::232 Cc: grub-devel@gnu.org X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2015 03:24:37 -0000 =D0=92 Sun, 08 Feb 2015 12:26:53 -0800 Alan Perry =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >=20 > Another question about the http module. http_establish() builds a GET=20 > request that may have a Content-Range header. Where do you see it? > However, looking at the=20 > HTTP/1.1 RFCs, Content-Range is something that appears in a status 206=20 > response, not in a request. The http module shouldn't insert this=20 > header, should it? >=20 > alan >=20 > > > >> Thanks, > >> > >> alan > >> > >> > >> _______________________________________________ > >> Grub-devel mailing list > >> Grub-devel@gnu.org > >> https://lists.gnu.org/mailman/listinfo/grub-devel >=20