| 159 | } |
| 160 | |
| 161 | void TcpClientImpl::try_stop() { |
| 162 | if (is_closing_ && ref_cnt_ == 0 && out_queries_.empty()) { |
| 163 | stop(); |
| 164 | } |
| 165 | } |
| 166 | |
| 167 | void TcpClientConnection::start_up() { |
| 168 | TcpConnection::start_up(); |
nothing calls this directly
no outgoing calls
no test coverage detected