HomeSort by relevance Sort by last modified time
    Searched full:has_invalid_protocol (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.cc 189 bool has_invalid_protocol = false; local
191 while (!has_invalid_protocol || !has_multiple_protocols) {
198 has_invalid_protocol = true;
213 } else if (has_invalid_protocol) {

Completed in 128 milliseconds