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
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
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;
>
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