summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2024-03-12 17:30:28 +0800
committerfengweihao <[email protected]>2024-03-12 17:30:28 +0800
commiteed29299275578ca17b14a2ff5f29b01cec09643 (patch)
tree90ce1fbe401d52f9c2320992afa75a2936f7ca8e
parentdd250ee228aeff9341b96b544b92765fbfa352c0 (diff)
TSG-19907 修复笔误doH日志中多次发送decoded_as字段v4.8.69-20240312
-rw-r--r--plugin/business/doh/src/logger.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/business/doh/src/logger.cpp b/plugin/business/doh/src/logger.cpp
index 9420413..f269969 100644
--- a/plugin/business/doh/src/logger.cpp
+++ b/plugin/business/doh/src/logger.cpp
@@ -398,7 +398,6 @@ int doh_send_log(struct doh_conf *handle, const struct tfe_http_session *http, c
tfe_stream_info_get(stream, INFO_FROM_DOWNSTREAM_RX_OFFSET, &c2s_byte_num, sizeof(c2s_byte_num));
tfe_stream_info_get(stream, INFO_FROM_UPSTREAM_RX_OFFSET, &s2c_byte_num, sizeof(s2c_byte_num));
- cJSON_AddStringToObject(common_obj, "decoded_as", "HTTP");
cJSON_AddStringToObject(common_obj, "ip_protocol", "tcp");
cJSON_AddNumberToObject(common_obj, "out_link_id", 0);
cJSON_AddNumberToObject(common_obj, "in_link_id", 0);