Re: [go-nuts] HTTP/2 client creating multiple TCP Connections

2022-03-30 Thread Neeraj Vaidya
Hi All, Any comments on my post ? Regards, Neeraj > On 28 Mar 2022, at 9:17 am, envee wrote: > > I have a telecom client application which connects to an HTTP/2 server (5G > telecom application server, to be exact). > At startup, I create an HTTP/2 client using the net/http2 Transport. > It

[go-nuts] HTTP/2 client creating multiple TCP Connections

2022-03-27 Thread envee
I have a telecom client application which connects to an HTTP/2 server (5G telecom application server, to be exact). At startup, I create an HTTP/2 client using the net/http2 Transport. It starts multiple goroutines each of which share/use the same HTTP/2 client connection to send HTTP POST requ