MCPcopy 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

~IPCSocketClientMethod · 0.95
invokeMethod · 0.80

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected