From eed29299275578ca17b14a2ff5f29b01cec09643 Mon Sep 17 00:00:00 2001 From: fengweihao Date: Tue, 12 Mar 2024 17:30:28 +0800 Subject: [PATCH] =?UTF-8?q?TSG-19907=20=E4=BF=AE=E5=A4=8D=E7=AC=94?= =?UTF-8?q?=E8=AF=AFdoH=E6=97=A5=E5=BF=97=E4=B8=AD=E5=A4=9A=E6=AC=A1?= =?UTF-8?q?=E5=8F=91=E9=80=81decoded=5Fas=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/business/doh/src/logger.cpp | 1 - 1 file changed, 1 deletion(-) 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);