proxy-wasm-cpp-host
proxy-wasm-cpp-host copied to clipboard
re support the StopIteration status
trafficstars
We converted all StopIteration to StopAll at #95.
It make the wasm filter couldn't work in some typically scenarios, for example, custom auth may require to parse body to complete the authentication, but return Continue when calling onRequestHeaders will proxy headers to uptream before we complete the authentication, return StopAll will prohibit the wasm to access body.