]> git.ipfire.org Git - thirdparty/grub.git/commit
net/http: Allow use of non-standard TCP/IP ports
authorStephen Balousek <sbalousek@wickedloop.com>
Sun, 16 Jan 2022 22:46:08 +0000 (15:46 -0700)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 8 Feb 2022 15:06:49 +0000 (16:06 +0100)
commitac8a37dda0eabdd80506bebe4fb9a5a9fd227935
tree4c458d14724cd58643f5b4fd798bf3a729b4b7a6
parenta0548c140ca52323899a52cdd22279446a663d67
net/http: Allow use of non-standard TCP/IP ports

Allow the use of HTTP servers listening on ports other 80. This is done
with an extension to the http notation:

  (http[,server[,port]])

 - or -

  (http[,server[:port]])

Signed-off-by: Stephen Balousek <sbalousek@wickedloop.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
docs/grub.texi
grub-core/net/http.c