Skip to content

Commit 68f2b22

Browse files
committed
feature: add exit_worker as new phase
1 parent b7d0a68 commit 68f2b22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/resty/core/phase.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ local context_names = {
2828
[0x0400] = "ssl_cert",
2929
[0x0800] = "ssl_session_store",
3030
[0x1000] = "ssl_session_fetch",
31+
[0x2000] = "exit_worker",
3132
}
3233

3334

0 commit comments

Comments
 (0)