Re: auth_request sub requests not using upstream keepalive

2022-01-30 Thread Maxim Dounin
Hello! On Fri, Jan 28, 2022 at 10:08:45PM -0800, Zach Rait wrote: > I was exploring using auth_request from the ngx_http_auth_request_module, > and I have encountered some unexpected behavior with regard to HTTP > keepalive/connection reuse. I have some configuration that looks roughly > like thi

auth_request sub requests not using upstream keepalive

2022-01-28 Thread Zach Rait
Hi-- I was exploring using auth_request from the ngx_http_auth_request_module, and I have encountered some unexpected behavior with regard to HTTP keepalive/connection reuse. I have some configuration that looks roughly like this: location = /auth_check { proxy_pass_request_body off; proxy_se