Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ disconnect
Method
disconnect
include/shared/rpc/IPCSocketClient.h:65–69 ·
view source on GitHub ↗
Closes the socket.
Source
from the content-addressed store, hash-verified
63
64
/// Closes the socket.
65
void
66
disconnect()
67
{
68
this->close();
69
}
70
71
/// Close the socket.
72
void
Callers
2
~IPCSocketClient
Method · 0.95
invoke
Method · 0.80
Calls
1
close
Method · 0.95
Tested by
no test coverage detected