Home
last modified time | relevance | path

Searched refs:HTTP_INVALID_CONNECTION_ID (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dhttpserver.h27 const int HTTP_INVALID_CONNECTION_ID = 0; variable
Dhttpserver.cc47 ASSERT(connection_id != HTTP_INVALID_CONNECTION_ID); in HandleConnection()