From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Xr92J-000418-1O for mharc-grub-devel@gnu.org; Wed, 19 Nov 2014 12:27:23 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr929-0003ms-Vb for grub-devel@gnu.org; Wed, 19 Nov 2014 12:27:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xr91y-0006aH-AL for grub-devel@gnu.org; Wed, 19 Nov 2014 12:27:13 -0500 Received: from outbound-relay.guardedhost.com ([216.239.133.251]:49123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr91y-0006a4-55 for grub-devel@gnu.org; Wed, 19 Nov 2014 12:27:02 -0500 Received: from relay.omnis.com (ten-mx03.omnis.com [216.239.133.143]) by outbound-relay.guardedhost.com (Postfix) with ESMTP id 3jjWD444zBz3yh4 for ; Wed, 19 Nov 2014 17:27:00 +0000 (GMT) Received: from alan-perrys-macbook-pro.local (174-21-146-214.tukw.qwest.net [174.21.146.214]) (Authenticated sender: aperry@snowmoose.com) by relay.omnis.com (Postfix) with ESMTPA id 3jjWD33Knhz1xxN for ; Wed, 19 Nov 2014 17:26:59 +0000 (GMT) Message-ID: <546CD2E4.60305@snowmoose.com> Date: Wed, 19 Nov 2014 09:27:00 -0800 From: Alan Perry Organization: Snowmoose Software User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: HTTP with other ports References: <20141119200959.5c1c05db@opensuse.site> In-Reply-To: <20141119200959.5c1c05db@opensuse.site> Content-Type: text/plain; charset=UTF-8; format=flowed X-Virus-Scanned: clamav-milter 0.98.4 at ten-mx03.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: c34e5cff-4bf7-4fd6-a2a5-e6a945b4ef05 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 216.239.133.251 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: Wed, 19 Nov 2014 17:27:20 -0000 On 11/19/14, 9:09 AM, Andrei Borzenkov wrote: > =D0=92 Wed, 19 Nov 2014 08:54:24 -0800 > Alan Perry =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >> Has anyone come up with a general way to change the port number in the= http module? Right now it is hard coded to be 80, but it is very common = to do HTTP over another port number. >> >> I was thinking about extending the device name syntax for network devi= ces > Does protocol,server:port conflict with anything? (http,server:1234)/fo= o I separated the server from the port with a comma because that is how=20 the protocol is separated from server. I don't think either syntax=20 conflicts with anything else, but I haven't been working with enough=20 different parts of GRUB2 to really know. In my previous note, I mentioned a command for setting the default=20 server, but I was really talking about the net_default_server env=20 variable. Thinking about it, an alternate default port doesn't make=20 sense because you really need to know its protocol as well. Maybe a=20 default protocol or protocol/port env variable that includes both allows=20 the alternate port for the protocol to be specified? alan > >> and/or adding a 'default port' (with a command to set it) to go with > default server. I did an implementation that works for my needs but > don't think it is a good general purpose implementation. >> Has anyone else done work here or have ideas for using alternate port = numbers with HTTP? >> >> alan >> >> >> _______________________________________________ >> Grub-devel mailing list >> Grub-devel@gnu.org >> https://lists.gnu.org/mailman/listinfo/grub-devel > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel