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

  /external/chromium_org/net/websockets/
websocket_channel.cc 623 std::string send_reason = "Internal Error"; local
626 send_reason = reason;
628 if (SendClose(send_code, send_reason) == // Sets state_ to SEND_CLOSED

Completed in 55 milliseconds