🐞 fix(TSG-16240): 修复Intercept选择http协议时,日志中Intercept Status值为passthrough

This commit is contained in:
wangmenglan
2023-08-28 15:40:12 +08:00
parent 9f2bf29f67
commit 420e41cda8
3 changed files with 162 additions and 97 deletions

View File

@@ -61,6 +61,7 @@ struct session_ctx
int policy_ids;
uint64_t session_id;
uint8_t is_passthrough;
uint8_t protocol;
char *session_addr;
char client_mac[6];