bugfix: 修复html嵌套json无法删除问题
This commit is contained in:
@@ -122,7 +122,7 @@ int pangu_send_log(struct pangu_logger* handle, const struct pangu_log* log_msg)
|
||||
|
||||
const char *app_proto[]= {"unkonw","http1", "http2"};
|
||||
|
||||
const char *manipulate_action_map[]= {"redirect","block","replace","hijack","insert","element_edit"};
|
||||
const char *manipulate_action_map[]= {"redirect","block","replace","hijack","insert","edit_element"};
|
||||
|
||||
const char *panggu_action_map[__LG_ACTION_MAX];
|
||||
panggu_action_map[LG_ACTION_MONIT]="monitor";
|
||||
|
||||
Reference in New Issue
Block a user