[njs] Fixed redefinition of special props in Object.defineProperty().

2022-05-19 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/beb180165976 branches: changeset: 1860:beb180165976 user: Dmitry Volyntsev date: Thu May 19 16:41:08 2022 -0700 description: Fixed redefinition of special props in Object.defineProperty(). Previously, when NJS_PROPERTY_HANDLER property was updat

RE: SSL contexts reuse across locations

2022-05-19 Thread Pavel Pautov via nginx-devel
Hi, > -Original Message- > From: Maxim Dounin > Sent: Wednesday, May 18, 2022 11:32 [..] > > At very least, ngx_http_proxy_set_ssl() needs to be converted > > into ngx_http_proxy_create_ssl(). > > You may want to focus on actually making the code more readable > and abstracting it into n