2 files changed
+2
-2
lines changed- .github/pull_request_template.md+2-2
- docs/xml/nginx/changes.xml+93
- src/core/nginx.h+2-2
- src/core/ngx_inet.c+5-1
- src/event/ngx_event_openssl.c+1-1
- src/event/ngx_event_openssl.h+7
- src/event/ngx_event_openssl_cache.c+4
- src/event/quic/ngx_event_quic.c+1-1
- src/event/quic/ngx_event_quic_openssl_compat.c+1
- src/event/quic/ngx_event_quic_protection.c+15-14
- src/event/quic/ngx_event_quic_protection.h+1-1
- src/http/modules/ngx_http_fastcgi_module.c+6-1
- src/http/modules/ngx_http_grpc_module.c+1-5
- src/http/modules/ngx_http_mp4_module.c+17-1
- src/http/modules/ngx_http_proxy_module.c+6-5
- src/http/modules/ngx_http_scgi_module.c+20
- src/http/modules/ngx_http_ssl_module.c+1-5
- src/http/modules/ngx_http_uwsgi_module.c+28-5
- src/http/ngx_http_upstream.c+4
- src/mail/ngx_mail_proxy_module.c+24
- src/mail/ngx_mail_ssl_module.c+1-5
- src/os/unix/ngx_freebsd_config.h+1-1
- src/stream/ngx_stream_proxy_module.c+1-5
- src/stream/ngx_stream_ssl_module.c+1-5
- CHANGES+25
- nginx/ngx_http_js_module.c+5-2
- nginx/ngx_js.c+84-81
- nginx/ngx_js.h-2
- nginx/t/js_return.t+20-2
- nginx/t/js_subrequests.t+19-2
- src/njs.h+2
- src/njs_builtin.c+4
- src/njs_object.c+219-4
- src/njs_object.h+1
- src/njs_object_prop.c+1
- src/njs_promise.c+14-23
- src/njs_promise.h+2-2
- src/njs_vm.c+41-10
- src/njs_vmcode.c+4-4
- src/test/njs_unit_test.c+61-2
- test/js/promise_s27.t.js+34
0 commit comments