-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: icedterminal <[email protected]>
- Loading branch information
1 parent
02b7090
commit 472817e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule nginx
updated
10 files
+1 −0 | .hgtags | |
+51 −2 | docs/xml/nginx/changes.xml | |
+1 −1 | misc/GNUmakefile | |
+2 −2 | src/core/nginx.h | |
+10 −0 | src/event/quic/ngx_event_quic.c | |
+23 −6 | src/event/quic/ngx_event_quic_protection.c | |
+11 −3 | src/http/modules/ngx_http_mp4_module.c | |
+219 −6 | src/stream/ngx_stream_ssl_module.c | |
+9 −0 | src/stream/ngx_stream_ssl_module.h | |
+1 −1 | src/stream/ngx_stream_ssl_preread_module.c |
Submodule njs
updated
16 files
+3 −0 | README.md | |
+2 −1 | external/njs_shell.c | |
+54 −13 | nginx/ngx_http_js_module.c | |
+27 −16 | nginx/ngx_js.c | |
+9 −1 | nginx/ngx_js.h | |
+26 −11 | nginx/ngx_stream_js_module.c | |
+101 −0 | nginx/t/js_capture_variables.t | |
+99 −0 | nginx/t/js_variables_nocache.t | |
+94 −0 | nginx/t/stream_js_variables_nocache.t | |
+130 −18 | src/njs_buffer.c | |
+3 −0 | src/qjs.h | |
+1,647 −198 | src/qjs_buffer.c | |
+0 −814 | src/test/njs_unit_test.c | |
+813 −2 | test/buffer.t.js | |
+3 −0 | test/harness/runTsuite.js | |
+1 −1 | ts/ngx_core.d.ts |