🐞 fix(TSG-15212): 修复TFE_CMSG_SSL_INTERCEPT_STATE字段设置错误; 修复msgpack默写字段为空时, 增加默认值
This commit is contained in:
@@ -1161,7 +1161,7 @@ int proxy_http_init(struct tfe_proxy * proxy)
|
||||
g_proxy_rt->thread_num = tfe_proxy_get_work_thread_count();
|
||||
g_proxy_rt->gc_evbase=tfe_proxy_get_gc_evbase();
|
||||
|
||||
g_proxy_rt->local_logger = MESA_create_runtime_log_handle("tsg_http", RLOG_LV_DEBUG);
|
||||
g_proxy_rt->local_logger = (void *)MESA_create_runtime_log_handle("tsg_http", RLOG_LV_DEBUG);
|
||||
|
||||
g_proxy_rt->send_logger = proxy_log_handle_create(profile_path, "LOG", g_proxy_rt->local_logger);
|
||||
if (!g_proxy_rt->send_logger)
|
||||
|
||||
Reference in New Issue
Block a user