diff options
author | Dmitry Volyntsev <xeioex@nginx.com> | 2024-10-24 19:00:41 -0700 |
---|---|---|
committer | Dmitry Volyntsev <xeioexception@gmail.com> | 2024-10-30 16:55:18 -0700 |
commit | 352c2e594e57d2bce11f7e2a773dcab417182ef1 (patch) | |
tree | 7642cadb5748bffaddd33a01d5f2570469c707e4 /nginx/ngx_http_js_module.c | |
parent | 0ed2de6eb26ef473b9d69ed5eaba00849c6e0168 (diff) | |
download | njs-352c2e594e57d2bce11f7e2a773dcab417182ef1.tar.gz njs-352c2e594e57d2bce11f7e2a773dcab417182ef1.zip |
Modules: added js_shared_dict_zone support in QuickJS engine.
Diffstat (limited to 'nginx/ngx_http_js_module.c')
-rw-r--r-- | nginx/ngx_http_js_module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx/ngx_http_js_module.c b/nginx/ngx_http_js_module.c index 06429241..3e43ac7d 100644 --- a/nginx/ngx_http_js_module.c +++ b/nginx/ngx_http_js_module.c @@ -1136,6 +1136,7 @@ static JSClassDef ngx_http_qjs_headers_out_class = { qjs_module_t *njs_http_qjs_addon_modules[] = { &ngx_qjs_ngx_module, + &ngx_qjs_ngx_shared_dict_module, /* * Shared addons should be in the same order and the same positions * in all nginx modules. |