]> git.kaiwu.me - njs.git/commit
XML: fixed serializeToString().
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 27 Feb 2025 06:12:31 +0000 (22:12 -0800)
committerDmitry Volyntsev <xeioexception@gmail.com>
Thu, 27 Mar 2025 16:04:25 +0000 (09:04 -0700)
commit1f1dd0ae9a97fc4acd14751403be547c8575edb5
tree72a9e70a8ed5892c65485312146b2207b37dd446
parent4ee93af07245da8750feeaf6a1a1b965f40c63c4
XML: fixed serializeToString().

Previously, serializeToString() was exclusiveC14n() which returned
string instead of Buffer. According to the published documentation it
should be c14n().
external/njs_xml_module.c