diff options
author | Dmitry Volyntsev <xeioex@nginx.com> | 2023-08-30 18:59:28 -0700 |
---|---|---|
committer | Dmitry Volyntsev <xeioex@nginx.com> | 2023-08-30 18:59:28 -0700 |
commit | 4a86e19000ecb36e9409b03abad2dd727714a0ca (patch) | |
tree | 96e8b0c6ca0497188fe0c65569533c84a6a54abf /nginx/ngx_stream_js_module.c | |
parent | e64a3762a629c91f0e44742bc6f7948c0851e8a5 (diff) | |
download | njs-4a86e19000ecb36e9409b03abad2dd727714a0ca.tar.gz njs-4a86e19000ecb36e9409b03abad2dd727714a0ca.zip |
Modules: fixed size() and keys() methods of a shared dictionary.
Previously, these methods did not take into the account exprired
entries. The expired entries appear in js_shared_dict_zone when timeout
directive is specified as the expired elements are not removed at the
moment they become stale right away.
This closes #665 issue on Github.
Diffstat (limited to 'nginx/ngx_stream_js_module.c')
0 files changed, 0 insertions, 0 deletions