mirror of
https://github.com/alibaba/higress.git
synced 2026-07-27 23:00:27 +08:00
Advances the envoy/envoy submodule from f49d591e to f468a1a3 (higress-group/envoy envoy-1.36 tip), which carries the proxy_wasm_cpp_host pin bump (higress-group/envoy#28) picking up higress-group/proxy-wasm-cpp-host#12. That fix makes WasmBase::doAfterVmCallActions reentry-safe (drain the after_vm_call_actions_ queue into a stack-local before iterating), resolving the worker-thread CPU 100% infinite loop when a Wasm plugin re-enters via onRedisCallFailure + injectEncodedDataToFilterChain (#4034). Signed-off-by: 澄潭 <zty98751@alibaba-inc.com>