]> git.kaiwu.me - njs.git/commit
Fetch: optimized use of SSL contexts.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 3 Dec 2024 02:46:45 +0000 (18:46 -0800)
committerDmitry Volyntsev <xeioexception@gmail.com>
Wed, 4 Dec 2024 01:26:49 +0000 (17:26 -0800)
commitf2955c8b25873d06527815a98e10e487cc1d55cf
tree551489da6319206422a3a256675babbb20c03d25
parentb300a93311a4ffeb37ca137eecda5f4cd92b4caf
Fetch: optimized use of SSL contexts.

To ensure optimal use of memory, SSL contexts for ngx.fetch() are now
inherited from previous levels as long as relevant js_fetch_* directives
are not redefined.
nginx/ngx_js.c