]> git.kaiwu.me - njs.git/commit
QueryString: added back custom exception types using new public API.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 21 Jun 2023 23:29:51 +0000 (16:29 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 21 Jun 2023 23:29:51 +0000 (16:29 -0700)
commit3238e85abee52568811fb8373a4e9fe90cb823cc
tree35f646e382e7e091493dac930ca99a90f15469e4
parent56e747c91f16a893e4091796d7cbea6b8bb9c184
QueryString: added back custom exception types using new public API.

In fd956d2a25a3, when rewriting querystring module using public API all
the exceptions types were squashed into a single Error type. This patch
reintroduces the standard exception types back using new API.
external/njs_query_string_module.c
src/test/njs_unit_test.c