Re: Establish TCP connection to upstream when client connection made to listener

2020-03-21 Thread Phillip Odam
Hi Francis Thanks for the detail. And you're quite right the issue had nothing to do with NGINX, it was the loadbalancer out in front of NGINX. Cheers Phillip On 3/20/20 10:43 AM, Francis Daly wrote: On Fri, Mar 20, 2020 at 09:57:40AM -0400, Phillip Odam wrote: Hi there, I'm looking for

Re: Establish TCP connection to upstream when client connection made to listener

2020-03-20 Thread Francis Daly
On Fri, Mar 20, 2020 at 09:57:40AM -0400, Phillip Odam wrote: Hi there, > I'm looking for when a client establishes a TCP connection to an IP and > port, that NGINX is listening on, that NGINX, without waiting on data being > transmitted from the client to NGINX, would establish a TCP connection

Establish TCP connection to upstream when client connection made to listener

2020-03-20 Thread Phillip Odam
Hi I'm looking for when a client establishes a TCP connection to an IP and port, that NGINX is listening on, that NGINX, without waiting on data being transmitted from the client to NGINX, would establish a TCP connection to the upstream. If such a capability were to exist I'd have thought i