mirror of
https://github.com/alibaba/higress.git
synced 2026-03-02 23:51:11 +08:00
Update extensions & release 1.0.0-rc (#281)
This commit is contained in:
@@ -149,8 +149,7 @@ bool PluginRootContext::onConfigure(size_t size) {
|
||||
// Parse configuration JSON string.
|
||||
if (size > 0 && !configure(size)) {
|
||||
LOG_WARN("configuration has errors initialization will not continue.");
|
||||
setInvalidConfig();
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user