TSG-16056 修复deny动作,修复tsg_lua多线程调用问题和tfe编译告警
This commit is contained in:
@@ -915,9 +915,9 @@ void doh_on_end(const struct tfe_stream *stream, const struct tfe_http_session *
|
||||
int ret = doh_send_log(g_doh_conf, session, stream, ctx);
|
||||
if (ret > 0)
|
||||
{
|
||||
doh_send_metric_log(stream, ctx, thread_id);
|
||||
ATOMIC_ADD(&(g_doh_conf->stat_val[STAT_LOG_NUM]), ret);
|
||||
}
|
||||
doh_send_metric_log(stream, ctx, thread_id);
|
||||
}
|
||||
|
||||
doh_ctx_free(ctx);
|
||||
|
||||
Reference in New Issue
Block a user