lua-nginx-module
lua-nginx-module copied to clipboard
Question: is there any way to wait timer in body_filter_phase that started in access phase?
i start a timer to fetch data via cosock in access_by_lua phase, and want to wait for the timer excution result in body_filter_by_lua phase. But body_filter_by_lua cannot run any yield/co call/thread. Is there a walkaround? ty.