summaryrefslogtreecommitdiffhomepage
path: root/src/java/nginx
diff options
context:
space:
mode:
authorZhidao HONG <z.hong@f5.com>2024-04-18 18:16:01 +0800
committerZhidao HONG <z.hong@f5.com>2024-08-20 09:17:23 +0800
commit2eecee7520558a8f72e98e839a77330712a946b4 (patch)
treead98b468f69f3575eec232a5e30faeea8b86fbc6 /src/java/nginx
parent76489fb7e0ab9142651b91ee8072c6cda270dd09 (diff)
downloadunit-2eecee7520558a8f72e98e839a77330712a946b4.tar.gz
unit-2eecee7520558a8f72e98e839a77330712a946b4.tar.bz2
var: Restrict nxt_tstr_query() to only support synchronous operation
Initially, variable query was designed to accomodate both synchronous and asynchronous operations. However, upon consideration of actual requirements, we recognized that asynchronous support was not needed. The refactoring ensures that the success or failure of the variable query operation is now directly indicated by its return value. This change streamlines the function's usage and enhances code clarity, as it facilitates immediate error handling without the need for asynchronous callbacks or additional error checking functions. Note the patch only works for Unit native variables but not njs variables.
Diffstat (limited to 'src/java/nginx')
0 files changed, 0 insertions, 0 deletions