commit | b8051f0eb641c4acfe1471f25be8621456448286 | [log] [tgz] |
---|---|---|
author | Dmitry Volyntsev <xeioex@nginx.com> | Wed Jun 08 21:06:16 2022 -0700 |
committer | Dmitry Volyntsev <xeioex@nginx.com> | Wed Jun 08 21:06:16 2022 -0700 |
tree | 8a21935c0dfc594de530026617ace9eee11c7bcc | |
parent | e3f15fc03dcf75887b3445501161f638a61984c0 [diff] |
Fixed template literal from producing byte-strings. Previously, as a side effect of creating a key for the values hash a byte-string was created. This byte-string was reused internally and might appear in template literal. As a result a byte-string was produced as a value for a template literal. Byte-strings are obsolete and are scheduled for removal because they can cause issues with internal routines not prepared for them.