Searched refs:ws_protocol_ (Results 1 – 3 of 3) sorted by relevance
138 && !GetSingleHeader(headers, "websocket-protocol", &ws_protocol_)) in ProcessHeaders()149 if (!protocol_.empty() && protocol_ != ws_protocol_) in CheckResponseHeaders()
193 && !GetSingleHeader(headers, "sec-websocket-protocol", &ws_protocol_)) in ProcessHeaders()204 if (!protocol_.empty() && protocol_ != ws_protocol_) in CheckResponseHeaders()
70 std::string ws_protocol_; variable