MCPcopy Create free account
hub / github.com/apache/trafficserver / init

Method init

src/proxy/http/HttpSessionManager.cc:333–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333void
334HttpSessionManager::init()
335{
336 m_g_pool = new ServerSessionPool;
337 eventProcessor.schedule_spawn(&initialize_thread_for_http_sessions, ET_NET);
338}
339
340// TODO: Should this really purge all keep-alive sessions?
341// Does this make any sense, since we always do the global pool and not the per thread?

Callers

nothing calls this directly

Calls 1

schedule_spawnMethod · 0.45

Tested by

no test coverage detected