-
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
c5e59ab
commit aded933
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule nginx
updated
19 files
+38 −0 | .github/ISSUE_TEMPLATE/bug_report.md | |
+18 −0 | .github/ISSUE_TEMPLATE/feature_request.md | |
+10 −0 | .github/pull_request_template.md | |
+11 −0 | .github/workflows/buildbot.yml | |
+8 −0 | .github/workflows/check-pr.yml | |
+0 −482 | .hgtags | |
+126 −0 | CODE_OF_CONDUCT.md | |
+110 −0 | CONTRIBUTING.md | |
+24 −0 | LICENSE | |
+0 −0 | README | |
+20 −0 | SECURITY.md | |
+1 −1 | conf/win-utf | |
+0 −26 | docs/text/LICENSE | |
+5 −7 | misc/GNUmakefile | |
+221 −12 | src/http/modules/ngx_http_proxy_module.c | |
+1 −1 | src/http/ngx_http.h | |
+10 −1 | src/http/ngx_http_parse.c | |
+2 −2 | src/http/ngx_http_request_body.c | |
+1 −1 | src/http/ngx_http_upstream.h |
Submodule njs
updated
10 files
+3 −3 | auto/expect | |
+42 −6 | auto/make | |
+1 −1 | auto/qjs_module | |
+8 −12 | auto/qjs_modules | |
+4 −4 | auto/sources | |
+21 −12 | external/njs_fs_module.c | |
+4 −85 | external/njs_shell.c | |
+2 −3 | nginx/t/stream_js.t | |
+152 −5 | src/qjs.c | |
+13 −1 | src/qjs.h |