diff --git a/kong/runloop/wasm.lua b/kong/runloop/wasm.lua index aa352927c9b8..5833660c6297 100644 --- a/kong/runloop/wasm.lua +++ b/kong/runloop/wasm.lua @@ -836,6 +836,7 @@ local function enable(kong_config) if not ngx.IS_CLI then proxy_wasm = proxy_wasm or require "resty.wasmx.proxy_wasm" + jit.off(proxy_wasm.set_host_properties_handlers) register_property_handlers() end