]> git.kaiwu.me - njs.git/commit
HTTP: fixed stub_status statistic when js_periodic is enabled.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 1 Feb 2024 01:06:58 +0000 (17:06 -0800)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 1 Feb 2024 01:06:58 +0000 (17:06 -0800)
commit4bc7dc3a20d0095951fc942d92fee7235d9999c8
tree259f0958d57f15a50c645fbe18bcc839203d8d00
parent6a12645ab47e619fdd38fb01c3f5816458dc1d47
HTTP: fixed stub_status statistic when js_periodic is enabled.

Previously, when js_periodic is enabled the Reading statistic
was growing each time the js_periodic handler was called.

The issue was introduced in f1bd0b1db065 (0.8.1).

This fixes #692 issue on Github.
nginx/ngx_http_js_module.c