Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
255
void
256
prep_HttpProxyServer()
257
{
258
httpSessionManager.init();
259
}
260
261
/** Set up all the accepts and sockets.
262
*/
Callers
1
main
Function · 0.85
Calls
1
init
Method · 0.45
Tested by
no test coverage detected