From 88b08ce0b6258aaf64ce3cf4084c02953e5ac10a Mon Sep 17 00:00:00 2001 From: Hanada Date: Tue, 13 Jan 2026 23:21:01 +0800 Subject: [PATCH] feature: add precontent_by_lua directives --- lib/resty/core/phase.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/resty/core/phase.lua b/lib/resty/core/phase.lua index eaf04d768..b0dce2a53 100644 --- a/lib/resty/core/phase.lua +++ b/lib/resty/core/phase.lua @@ -32,6 +32,7 @@ local context_names = { [0x00004000] = "ssl_client_hello", [0x00008000] = "server_rewrite", [0x00010000] = "proxy_ssl_verify", + [0x00020000] = "precontent", }