Commit f014cb6
committed
update nginx and njs
Signed-off-by: icedterminal <[email protected]>1 parent f57e5bb commit f014cb6
2 files changed
+2
-2
lines changed- .github/pull_request_template.md+2-2
- src/core/ngx_cycle.c+10-4
- src/http/modules/ngx_http_fastcgi_module.c+1-1
- src/http/modules/ngx_http_grpc_module.c+6
- src/http/modules/ngx_http_proxy_module.c+6
- src/http/modules/ngx_http_scgi_module.c+15
- src/http/modules/ngx_http_ssl_module.c+6
- src/http/modules/ngx_http_upstream_hash_module.c+79-9
- src/http/modules/ngx_http_upstream_ip_hash_module.c+11-1
- src/http/modules/ngx_http_upstream_least_conn_module.c+12
- src/http/modules/ngx_http_upstream_random_module.c+32-3
- src/http/modules/ngx_http_upstream_zone_module.c+690-8
- src/http/modules/ngx_http_uwsgi_module.c+28
- src/http/ngx_http_upstream.c+167
- src/http/ngx_http_upstream.h+9-1
- src/http/ngx_http_upstream_round_robin.c+203-10
- src/http/ngx_http_upstream_round_robin.h+85-3
- src/mail/ngx_mail_ssl_module.c+6
- src/stream/ngx_stream_proxy_module.c+25
- src/stream/ngx_stream_ssl_module.c+6
- src/stream/ngx_stream_upstream.c+154-1
- src/stream/ngx_stream_upstream.h+7-2
- src/stream/ngx_stream_upstream_hash_module.c+80-10
- src/stream/ngx_stream_upstream_least_conn_module.c+12
- src/stream/ngx_stream_upstream_random_module.c+32-3
- src/stream/ngx_stream_upstream_round_robin.c+204-10
- src/stream/ngx_stream_upstream_round_robin.h+85-3
- src/stream/ngx_stream_upstream_zone_module.c+691-8
- README.md+14
- auto/quickjs+22-1
- external/njs_fs_module.c-11
- external/njs_shell.c+10-112
- external/njs_xml_module.c+7-11
- nginx/ngx_http_js_module.c+1
- nginx/ngx_js.c+13
- nginx/ngx_js.h+4
- nginx/ngx_js_shared_dict.c+1.3k
- nginx/t/js_process.t+84
- nginx/t/js_shared_dict.t+46-14
- nginx/t/stream_js_process.t+108
- nginx/t/stream_js_shared_dict.t-2
- src/njs.h+2-2
- src/njs_builtin.c+95
- src/njs_promise.c+14-23
- src/njs_promise.h+2-2
- src/njs_vmcode.c+2-4
- src/qjs.c+263-39
- src/qjs.h+1-1
- test/js/promise_s27.t.js+34
- test/shell_test.exp+3
- test/shell_test_njs.exp+2
- ts/njs_core.d.ts+5
0 commit comments