Searched refs:request_protocols (Results 1 – 1 of 1) sorted by relevance
963 const char *protocol, *request_protocols, *extensions, *accept_key; in soup_websocket_client_verify_handshake_with_extensions() local998 request_protocols = soup_message_headers_get_one (msg->request_headers, "Sec-WebSocket-Protocol"); in soup_websocket_client_verify_handshake_with_extensions()999 if (!request_protocols || in soup_websocket_client_verify_handshake_with_extensions()1000 !soup_header_contains (request_protocols, protocol)) { in soup_websocket_client_verify_handshake_with_extensions()