Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ stop
Method
stop
src/mgmt/rpc/server/IPCSocketServer.cc:242–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
bool
243
IPCSocketServer::stop()
244
{
245
_running.store(false);
246
247
this->close();
248
249
return true;
250
}
251
252
void
253
IPCSocketServer::create_socket(std::error_code &ec)
Callers
1
stop_thread
Method · 0.45
Calls
2
close
Method · 0.95
store
Method · 0.45
Tested by
no test coverage detected