增加Cache-Control相关HTTP头部字段标准域定义
This commit is contained in:
@@ -274,7 +274,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
future_promise_library_init();
|
||||
tango_cache_global_init();
|
||||
|
||||
@@ -348,7 +348,7 @@ unsigned int tfe_proxy_get_thread_count(void)
|
||||
struct event_base * tfe_proxy_get_evbase(unsigned int thread_id)
|
||||
{
|
||||
assert(thread_id<g_default_proxy->nr_work_threads);
|
||||
return g_default_proxy->work_threads[thread_id].evbase;
|
||||
return g_default_proxy->work_threads[thread_id]->evbase;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user