]> git.kaiwu.me - njs.git/commit
Fetch: added keepalive support for ngx.fetch() API.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 4 Sep 2025 03:27:16 +0000 (20:27 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Tue, 16 Sep 2025 23:07:47 +0000 (16:07 -0700)
commit7b3c8a66879dc0d5250bfeb53b2fbc85d15da637
tree47cb2e8052a87e705e385102719ae1564ead9c26
parent8fcffdc3090985f49e9c2ecb4043d246514bde50
Fetch: added keepalive support for ngx.fetch() API.

This closes #957 feature request on Github.
nginx/ngx_http_js_module.c
nginx/ngx_js.c
nginx/ngx_js.h
nginx/ngx_js_fetch.c
nginx/ngx_js_http.c
nginx/ngx_js_http.h
nginx/ngx_qjs_fetch.c
nginx/ngx_stream_js_module.c
nginx/t/js_fetch_https_keepalive.t [new file with mode: 0644]
nginx/t/js_fetch_keepalive.t [new file with mode: 0755]
nginx/t/stream_js_fetch_keepalive.t [new file with mode: 0644]