-
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.
- Loading branch information
1 parent
0e6d01a
commit 50e4145
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule nginx
updated
2 files
+4 −1 | src/event/quic/ngx_event_quic.c | |
+51 −0 | src/stream/ngx_stream_pass_module.c |
Submodule njs
updated
13 files
+29 −35 | auto/help | |
+4 −2 | auto/options | |
+22 −7 | auto/quickjs | |
+65 −37 | nginx/ngx_http_js_module.c | |
+6 −0 | nginx/ngx_stream_js_module.c | |
+20 −2 | nginx/t/js.t | |
+38 −2 | nginx/t/js_subrequests.t | |
+8 −7 | nginx/t/stream_js.t | |
+0 −117 | nginx/t/stream_js_import.t | |
+1 −58 | nginx/t/stream_js_import2.t | |
+10 −11 | nginx/t/stream_js_preload_object.t | |
+0 −2 | src/njs.h | |
+0 −41 | src/njs_vm.c |