TSG-3924 将 DoH 日志字段 common_schema_type 的值从 DOH 改为 DoH

This commit is contained in:
luwenpeng
2020-11-18 20:24:44 +06:00
parent 42be91aef2
commit 3a63d22256

View File

@@ -331,7 +331,7 @@ int doh_send_log(struct doh_conf *handle, const struct tfe_http_session *http, c
cJSON_AddNumberToObject(common_obj, "common_start_time", cur_time);
cJSON_AddNumberToObject(common_obj, "common_end_time", cur_time);
cJSON_AddStringToObject(common_obj, "doh_version", app_proto[http->major_version]);
cJSON_AddStringToObject(common_obj, "common_schema_type", "DOH");
cJSON_AddStringToObject(common_obj, "common_schema_type", "DoH");
char opt_val[24] = { 0 };
uint16_t opt_out_size;