]> git.kaiwu.me - njs.git/commit
HTTP: fixed limit rated output.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 26 Nov 2024 05:43:44 +0000 (21:43 -0800)
committerDmitry Volyntsev <xeioexception@gmail.com>
Wed, 27 Nov 2024 22:45:07 +0000 (14:45 -0800)
commitb300a93311a4ffeb37ca137eecda5f4cd92b4caf
treeca69dfbacac209aab35ca0b7e85021c52f2e136e
parent283282f3656f2d710eb03e64d73dff4256479868
HTTP: fixed limit rated output.

Previously, when r.return(code, body) was called from a subrequest
handler with a body size larger than the sendfile_max_chunk value
connection hanging might occur.
nginx/ngx_http_js_module.c
nginx/t/js_return.t
nginx/t/js_subrequests.t