Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(*) proper filter modules order in dynamic OpenResty builds
Without this fix, the wasm_filter_module handlers execute before `body_filter_by_lua`, which isn't the desired behavior (i.e. same as static builds). This patch fixes FFI getter/setter `body_filter_by_lua` sanity tests, which were caught thanks to proper use of `--- grep_error_log`.
- Loading branch information