diff options
| author | wangmenglan <[email protected]> | 2023-08-17 11:49:44 +0800 |
|---|---|---|
| committer | wangmenglan <[email protected]> | 2023-08-17 11:49:44 +0800 |
| commit | 9f2bf29f674c8e7b6985a5e3d1b34ce428d8c1a5 (patch) | |
| tree | a1586fabd90612f31a5800b90cf37515aed7f9b0 /common/src/tfe_ctrl_packet.cpp | |
| parent | 80f4909fe3a4878801611e9888136ac747798996 (diff) | |
🐞 fix(TSG-16684): 修复单向流被拦截,无法打开页面v4.8.34-20230817
Diffstat (limited to 'common/src/tfe_ctrl_packet.cpp')
| -rw-r--r-- | common/src/tfe_ctrl_packet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/tfe_ctrl_packet.cpp b/common/src/tfe_ctrl_packet.cpp index 886c409..fc2d40d 100644 --- a/common/src/tfe_ctrl_packet.cpp +++ b/common/src/tfe_ctrl_packet.cpp @@ -174,7 +174,7 @@ static int proxy_parse_messagepack(mpack_node_t node, void *ctx, void *logger) switch (mpack_node_type(ptr)) { case mpack_type_uint: - if (i == 38) { + if (i == 32) { handler->intercpet_data = mpack_node_u8(ptr); } else { |
