Re: [PATCH v4 01/19] Revert "net/http: Allow use of non-standard TCP/IP ports"

2023-04-19 Thread Daniel Kiper
On Mon, Jan 09, 2023 at 06:30:27PM -0500, Robbie Harwood wrote: > This reverts commit ac8a37dda0eabdd80506bebe4fb9a5a9fd227935. Please explain why we need to revert this patch. Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org

Re: [PATCH v4 02/19] net: read bracketed ipv6 addrs and port numbers

2023-04-19 Thread Daniel Kiper
On Mon, Jan 09, 2023 at 06:30:28PM -0500, Robbie Harwood wrote: > From: Aaron Miller > > Allow specifying port numbers for http and tftp paths, and allow ipv6 > addresses to be recognized with brackets around them, which is required > to specify a port number. > > Signed-off-by: Aaron Miller > Co