Searched refs:client_protocols_str (Results 1 – 1 of 1) sorted by relevance
211 const char *client_protocols_str; in choose_subprotocol() local221 client_protocols_str = soup_message_headers_get_one (msg->request_headers, in choose_subprotocol()223 if (!client_protocols_str) in choose_subprotocol()226 client_protocols = g_strsplit_set (client_protocols_str, ", ", -1); in choose_subprotocol()