You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
0 commit comments