summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorZhidao HONG <z.hong@f5.com>2024-03-06 16:09:32 +0800
committerZhidao HONG <z.hong@f5.com>2024-03-08 17:47:11 +0800
commitf6899af68dcc5629b9a6d9b5ecfdd83a4a830ced (patch)
treed9c50847f3ff10c552bdbbe2c9830654c6193a3e /auto
parent63bc388238c4dbdf533be5172012343d596ae794 (diff)
downloadunit-f6899af68dcc5629b9a6d9b5ecfdd83a4a830ced.tar.gz
unit-f6899af68dcc5629b9a6d9b5ecfdd83a4a830ced.tar.bz2
Var: Fix cacheable issue for njs variable access
The variables accessed with JS template literal should not be cacheable. Since it is parsed by njs engine, Unit can't create indexes on these variables for caching purpose. For example: { "format": "`{bodyLength:\"${vars.body_bytes_sent}\",status:\"${vars.status}\"}\n`" } The variables like the above are not cacheable. Closes: https://github.com/nginx/unit/issues/1169
Diffstat (limited to 'auto')
0 files changed, 0 insertions, 0 deletions