summaryrefslogtreecommitdiffhomepage
path: root/test/test_procman.py
diff options
context:
space:
mode:
authorZhidao HONG <z.hong@f5.com>2024-03-06 16:09:32 +0800
committerAndrei Zeliankou <zelenkov@nginx.com>2024-03-15 15:11:30 +0000
commit6359c74da1f53dc533ee26acc28972ed9816c9a6 (patch)
treec4718bb22610f3f6ee43dbe992bb28554fd078a7 /test/test_procman.py
parent97ff09903ba3feb3248932bcfae6ae983ad0484c (diff)
downloadunit-6359c74da1f53dc533ee26acc28972ed9816c9a6.tar.gz
unit-6359c74da1f53dc533ee26acc28972ed9816c9a6.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 'test/test_procman.py')
0 files changed, 0 insertions, 0 deletions