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", }