Searched refs:next_connection_id_ (Results 1 – 2 of 2) sorted by relevance
28 HttpServer::HttpServer() : next_connection_id_(1), closing_(false) { in HttpServer()46 int connection_id = next_connection_id_++; in HandleConnection()
110 int next_connection_id_; variable