| 331 | } |
| 332 | |
| 333 | void |
| 334 | HttpSessionManager::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? |
nothing calls this directly
no test coverage detected