]> git.kaiwu.me - njs.git/commit
Fixed String.prototype.replace() with byte strings.
authorDmitry Volyntsev <xeioex@nginx.com>
Sat, 4 Jun 2022 06:24:12 +0000 (23:24 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Sat, 4 Jun 2022 06:24:12 +0000 (23:24 -0700)
commit36f04a3178fcb6da8513cc3dbf35215c2a581b3f
treee39d9361b25da82ab9e6d6bb4b4fa1a0c06bc71d
parentdc6072853d6e171e04ca5f64a60289566bce3546
Fixed String.prototype.replace() with byte strings.

This closes #522 issue on Github.
src/njs_string.c
src/test/njs_unit_test.c