diff options
| author | wangmenglan <[email protected]> | 2023-05-30 19:25:26 +0800 |
|---|---|---|
| committer | wangmenglan <[email protected]> | 2023-05-30 19:40:01 +0800 |
| commit | f32535e5576160cd8fffa5be2cff525f5a43037c (patch) | |
| tree | 79ab5f86a877a2e86e2b7eafe79a327ed1e1bf8e /plugin/protocol/http/src | |
| parent | 7769413d7555d0c2df1150c2d74eabe72fe7a10b (diff) | |
🐞 fix(TSG-15212): 修复TFE_CMSG_SSL_INTERCEPT_STATE字段设置错误; 修复msgpack默写字段为空时, 增加默认值
Diffstat (limited to 'plugin/protocol/http/src')
| -rw-r--r-- | plugin/protocol/http/src/http_entry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/protocol/http/src/http_entry.cpp b/plugin/protocol/http/src/http_entry.cpp index 463dc94..c5d1b70 100644 --- a/plugin/protocol/http/src/http_entry.cpp +++ b/plugin/protocol/http/src/http_entry.cpp @@ -89,7 +89,7 @@ int http_plugin_init(struct tfe_proxy * proxy) plugin_ctx->gc_event_hs_private[thread_id] = gc_event; } - plugin_ctx->logger = MESA_create_runtime_log_handle("http", RLOG_LV_DEBUG); + plugin_ctx->logger = (void *)MESA_create_runtime_log_handle("http", RLOG_LV_DEBUG); assert(plugin_ctx->logger != NULL); return 0; |
