| 880 | } |
| 881 | |
| 882 | void Connection::MarkNegotiationComplete() { |
| 883 | DCHECK(reactor_thread_->IsCurrentThread()); |
| 884 | negotiation_complete_ = true; |
| 885 | } |
| 886 | |
| 887 | Status Connection::DumpPB(const DumpConnectionsRequestPB& req, |
| 888 | RpcConnectionPB* resp) { |
no test coverage detected