From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Xr8li-0007rW-Kb for mharc-grub-devel@gnu.org; Wed, 19 Nov 2014 12:10:14 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr8lc-0007pq-UL for grub-devel@gnu.org; Wed, 19 Nov 2014 12:10:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xr8lX-0000nq-K2 for grub-devel@gnu.org; Wed, 19 Nov 2014 12:10:08 -0500 Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:42530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr8lX-0000mz-98 for grub-devel@gnu.org; Wed, 19 Nov 2014 12:10:03 -0500 Received: by mail-la0-f50.google.com with SMTP id pv20so878337lab.37 for ; Wed, 19 Nov 2014 09:10:02 -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=53b4l2IkmL7xtLudoB8iljk7tgQ1YtGGQH/9UZc96Jk=; b=g3tkDbrzRtxEnTap6s3TJY9G0erPPLt5av7CHhBJPD9t9UwR/X98kRCPrBxLjQHSl6 U4/39NWcIs6tH/yt4JWWP2Ry/g7DLvI1bOjV+Y+T3k/W06YrobRqRiiV4XVR3w2TgmUu 4/G2c7Uelq0cinuBLm3rJ5cz4IyQ9iPI3oxvk78z7CPp4vV0IxOWRWKkt8vNEWEVOW7h mV9dmPn78+4GSn0806TrNk/5wmaNqz0+nVWgGjvhcuMaWUEiUJaRnr7Yg7TpG5MrwE7T DY3np1rittRiZwGXIIt0PCWXVdWqjnMa53xSvqNDsl/f9Mrt03JyXd1FwvvmgACl/Be3 4yCw== X-Received: by 10.112.42.198 with SMTP id q6mr6415839lbl.69.1416417002125; Wed, 19 Nov 2014 09:10:02 -0800 (PST) Received: from opensuse.site (ppp91-76-139-38.pppoe.mtu-net.ru. [91.76.139.38]) by mx.google.com with ESMTPSA id ec9sm568567lbc.34.2014.11.19.09.10.00 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Nov 2014 09:10:01 -0800 (PST) Date: Wed, 19 Nov 2014 20:09:59 +0300 From: Andrei Borzenkov To: Alan Perry Subject: Re: HTTP with other ports Message-ID: <20141119200959.5c1c05db@opensuse.site> In-Reply-To: References: X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.24; 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:c03::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: Wed, 19 Nov 2014 17:10:13 -0000 =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 ht= tp module? Right now it is hard coded to be 80, but it is very common to do= HTTP over another port number. >=20 > I was thinking about extending the device name syntax for network devices= =20 Does protocol,server:port conflict with anything? (http,server:1234)/foo > 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. >=20 > Has anyone else done work here or have ideas for using alternate port num= bers with HTTP? >=20 > alan >=20 >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel