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

Function prep_HttpProxyServer

src/proxy/http/HttpProxyServerMain.cc:255–259  ·  view source on GitHub ↗

Do all pre-thread initialization / setup.

Source from the content-addressed store, hash-verified

253
254/// Do all pre-thread initialization / setup.
255void
256prep_HttpProxyServer()
257{
258 httpSessionManager.init();
259}
260
261/** Set up all the accepts and sockets.
262 */

Callers 1

mainFunction · 0.85

Calls 1

initMethod · 0.45

Tested by

no test coverage detected