From: Dmitry Volyntsev Date: Mon, 3 Feb 2025 17:07:22 +0000 (-0800) Subject: QuickJS: fixed shared dict in stream module. X-Git-Tag: 0.8.10~39 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=246f4ca082f125fd1fd20ddc7cb45e40f19de04d;p=njs.git QuickJS: fixed shared dict in stream module. The change was missed in 352c2e59 (0.8.8). --- diff --git a/nginx/ngx_stream_js_module.c b/nginx/ngx_stream_js_module.c index 5f4c6a04..21f65165 100644 --- a/nginx/ngx_stream_js_module.c +++ b/nginx/ngx_stream_js_module.c @@ -836,6 +836,7 @@ static JSClassDef ngx_stream_qjs_variables_class = { qjs_module_t *njs_stream_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.