summaryrefslogtreecommitdiff
path: root/platform/src/proxy.cpp
diff options
context:
space:
mode:
authorLu Qiuwen <[email protected]>2018-10-22 21:22:59 +0800
committerLu Qiuwen <[email protected]>2018-10-22 21:22:59 +0800
commitbcfe14055ff4dc31ef79df87b4394e73924f5eed (patch)
treec82b70b5cd9b8668450f047a5075f2bdbab49ae5 /platform/src/proxy.cpp
parent0f31b948bad858bda8e5d21e845827c648c512ec (diff)
增加HTTP Session延迟回收机制,完善HTTP Session销毁流程
Diffstat (limited to 'platform/src/proxy.cpp')
-rw-r--r--platform/src/proxy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/src/proxy.cpp b/platform/src/proxy.cpp
index 7234d44..f7a7052 100644
--- a/platform/src/proxy.cpp
+++ b/platform/src/proxy.cpp
@@ -355,6 +355,7 @@ unsigned int tfe_proxy_get_work_thread_count(void)
{
return g_default_proxy->nr_work_threads;
}
+
struct event_base * tfe_proxy_get_work_thread_evbase(unsigned int thread_id)
{
assert(thread_id<g_default_proxy->nr_work_threads);