aboutsummaryrefslogtreecommitdiff
path: root/nginx/t/js_variables.t
Commit message (Collapse)AuthorAge
* Modules: fixed name corruption in variable and header processing.Dmitry Volyntsev2025-02-10
| | | | | | | | | The HTTP and Stream JS modules were performing in-place lowercasing of variable and header names, which could inadvertently overwrite the original data. In the NJS engine, the problem did not manifest itself for strings up to 14 bytes long because they are inlined into the value.
* Tests: imported nginx modules tests from nginx-tests.Dmitry Volyntsev2023-05-22