Searched refs:closing_handshake_started_ (Results 1 – 2 of 2) sorted by relevance
33 closing_handshake_started_(false), in WebSocket()119 if (!closing_handshake_started_) { in Close()222 closing_handshake_started_ = true; in SendPending()342 if (!closing_handshake_started_) { in ProcessFrameData()424 if (closing_handshake_started_ || client_closing_handshake_) { in StartClosingHandshake()474 server_closing_handshake_ && closing_handshake_started_); in DoClose()
221 bool closing_handshake_started_; variable