From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YJATn-0003Ir-Mx for mharc-grub-devel@gnu.org; Wed, 04 Feb 2015 19:39:35 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJATl-0003Gs-N0 for grub-devel@gnu.org; Wed, 04 Feb 2015 19:39:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJATi-000377-Fk for grub-devel@gnu.org; Wed, 04 Feb 2015 19:39:33 -0500 Received: from outbound-relay2.guardedhost.com ([216.239.133.202]:52476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJATi-00033m-A8 for grub-devel@gnu.org; Wed, 04 Feb 2015 19:39:30 -0500 Received: from ten-mx05.omnis.com (ten-mx05.omnis.com [216.239.133.152]) by outbound-relay.guardedhost.com (Postfix) with ESMTP id 3kd19R4DkMz3yKQ for ; Thu, 5 Feb 2015 00:39:23 +0000 (GMT) Received: from alan-perrys-macbook-pro.local (174-21-128-159.tukw.qwest.net [174.21.128.159]) (Authenticated sender: aperry@snowmoose.com) by ten-mx05.omnis.com (Postfix) with ESMTPA id 3kd19P0cybzydX for ; Thu, 5 Feb 2015 00:39:20 +0000 (GMT) Message-ID: <54D2BBB8.7000809@snowmoose.com> Date: Wed, 04 Feb 2015 16:39:20 -0800 From: Alan Perry Organization: Snowmoose Software User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Is anyone using the http module to do largish transfers? Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.98.6 at ten-mx05.omnis.com X-Virus-Status: Clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse-Id: 3834ae16-1409-4089-9356-009f88644ee2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 216.239.133.202 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: Thu, 05 Feb 2015 00:39:34 -0000 Hi, I am trying to debug a problem involving largish HTTP data transfers (around 80M). I have no problem transferring around 3M with the grub http module. Has anyone here observed a similar issue or is this not a problem for others and I should be looking for the problem somewhere other than the http module? Thanks, alan