diff options
| author | wangmenglan <[email protected]> | 2023-05-10 20:06:07 +0800 |
|---|---|---|
| committer | wangmenglan <[email protected]> | 2023-05-10 20:06:54 +0800 |
| commit | 935aa7235e05b508ca7c989c2b54abad45bc2c1f (patch) | |
| tree | 61ad517423eaf879500d3556b0469293c8c561a4 /conf | |
| parent | 2a55a2be7504a39dd19b4ea2ff2f73c4a0be35f2 (diff) | |
TFE优化解析控制报文,解决mpack只有proxy字段时,解析错误v4.8.11-20230510release-4.9
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/tfe/tfe.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/tfe/tfe.conf b/conf/tfe/tfe.conf index 5352e72..3b31416 100644 --- a/conf/tfe/tfe.conf +++ b/conf/tfe/tfe.conf @@ -170,8 +170,8 @@ table_info=resource/pangu/table_info_traffic_mirror.conf stat_file=log/traffic_mirror.status [traffic_steering] -enable_steering_http=1 -enable_steering_ssl=1 +enable_steering_http=0 +enable_steering_ssl=0 # 17: 0x11 so_mask_client=17 # 34: 0x22 |
