Refine the connection close

This commit is contained in:
Chunting Gu
2019-07-15 15:36:30 +08:00
parent 2a20030f7e
commit 46ea52cb90
24 changed files with 214 additions and 147 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public:
// Close a connection.
void Close(ConnectionPtr c);
// Close all connections.
// Close all pending connections.
void CloseAll();
private: