TSG-3924 将 DoH 日志字段 common_schema_type 的值从 DOH 改为 DoH
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user