增加HTTP Session延迟回收机制,完善HTTP Session销毁流程
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user