| 14 | namespace cocoon { |
| 15 | |
| 16 | ClientRunner *ClientProxyConnection::runner() { |
| 17 | return static_cast<ClientRunner *>(ProxyOutboundConnection::runner()); |
| 18 | } |
| 19 | |
| 20 | void ClientProxyConnection::send_handshake() { |
| 21 | LOG(INFO) << "created connection " << connection_id() << ", sending handshake"; |
no outgoing calls
no test coverage detected