]> git.kaiwu.me - njs.git/commit
HTTP: avoid calling body filter when input chain is NULL.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 12 Sep 2023 03:34:48 +0000 (20:34 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 12 Sep 2023 03:34:48 +0000 (20:34 -0700)
commit606f5c0d43f357a99ca36225f9d07e33d15a2953
tree6dbe16e7557291045dc4d4244064ff063395d128
parent036c785984d12745f468bc307d374446b4cb6415
HTTP: avoid calling body filter when input chain is NULL.

This solves the problem of erroneous exception thrown in
r.internalRedirect() after 05c7f0b31856 (0.8.0).
nginx/ngx_http_js_module.c