Re: Using single persistent socket to send subrequests

2022-02-01 Thread Francis Daly
On Wed, Jan 26, 2022 at 07:18:02AM +, Devashi Tandon wrote: Hi there, You may or may not have seen a parallel mail with the Subject: auth_request sub requests not using upstream keepalive. > I tried with clearing the connections header but NGINX is still sending > the 5th response through a

Re: Using single persistent socket to send subrequests

2022-01-25 Thread Devashi Tandon
help on what we are missing? Thanks, Devashi Date: Mon, 24 Jan 2022 17:56:33 +0300 From: "Sergey A. Osokin" Subject: Re: Using single persistent socket to send subrequests To: nginx@nginx.org Message-ID: Content-Type: text/plain; charset=utf-8 Hi Devashi, On Mon, Jan 24, 2022 at 05:52:56

Re: Using single persistent socket to send subrequests

2022-01-24 Thread Sergey A. Osokin
Hi Devashi, On Mon, Jan 24, 2022 at 05:52:56AM +, Devashi Tandon wrote: > > We have the following configuration: > > location / { > proxy_http_version 1.1; > proxy_pass http://ext-authz-upstream-server; > } > > upstream ext-authz-upstream-server { > server 172.20.10.6:9006; >

Re: Using single persistent socket to send subrequests

2022-01-23 Thread Devashi Tandon
30, 2021 1:47 PM To: nginx-de...@nginx.org Subject: Re: Using single persistent socket to send subrequests Hello! On Thu, Dec 30, 2021 at 07:58:33AM +, Devashi Tandon wrote: > upstream ext-authz-upstream-server { > server 172.20.10.6:9006; > ke