aboutsummaryrefslogtreecommitdiff
path: root/nginx/t/stream_js_dup_set.t
Commit message (Collapse)AuthorAge
* Tests: fixed typo in stream_js_dup_set.t introduced in be271e8d0b3b.Dmitry Volyntsev2024-04-26
| | | | Previously, with typo the test was always skipped.
* Modules: improved checking for duplicate js_set variables.Dmitry Volyntsev2024-04-22
Since 6fb1aca4eeaf (0.8.4) the identical js_set variables introduced as a part of an include file that is shared amongst multiple vhosts are rejected during configuration parsing. The patch ignores duplicate js_set variables when they refer to the same JS function. This fixes #705 issue on Github.