Re: [PATCH] net: Allow use of non-standard TCP/IP ports for HTTP protocol.

2021-11-03 Thread Daniel Kiper
On Tue, Oct 26, 2021 at 04:14:12PM -0700, Stephen Balousek wrote: > Hi Daniel, > > Thank you for another detailed response. Please let me know how that section You are welcome! > related to IPv6 should be commented, and I will submit an updated patch. > > - Steve > > On 10/26/2021 8:52 AM, Daniel

Re: [PATCH] net: Allow use of non-standard TCP/IP ports for HTTP protocol.

2021-10-26 Thread Stephen Balousek
Hi Daniel, Thank you for another detailed response. Please let me know how that section related to IPv6 should be commented, and I will submit an updated patch. - Steve On 10/26/2021 8:52 AM, Daniel Kiper wrote: Hi Stephen, On Sun, Oct 10, 2021 at 03:15:34PM -0700, Stephen Balousek wrote:

Re: [PATCH] net: Allow use of non-standard TCP/IP ports for HTTP protocol.

2021-10-26 Thread Daniel Kiper
Hi Stephen, On Sun, Oct 10, 2021 at 03:15:34PM -0700, Stephen Balousek wrote: > Hi Daniel, > > Thank you for the review. This is my first submission to the project, and I > apologize for my lack of familiarity with the conventions and guidelines. No worries! > I reworked the patch with your sugg

Re: [PATCH] net: Allow use of non-standard TCP/IP ports for HTTP protocol.

2021-10-10 Thread Stephen Balousek
Hi Daniel, Thank you for the review. This is my first submission to the project, and I apologize for my lack of familiarity with the conventions and guidelines. I reworked the patch with your suggested changes, and I also included an attempt at some changes for the documentation. I am not

Re: [PATCH] net: Allow use of non-standard TCP/IP ports for HTTP protocol.

2021-09-28 Thread Daniel Kiper
On Sun, Sep 05, 2021 at 03:57:42PM -0700, Stephen Balousek wrote: > Allow the use of HTTP servers listening on ports other 80. This is done > with an extension to the http notation of either: > > (http[,server[,port]]) > > - or - > > (http[,server[:port]]) > > Signed-off-by: Stephen Balousek