Home
last modified time | relevance | path

Searched refs:client_protocols_str (Results 1 – 1 of 1) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-websocket.c211 const char *client_protocols_str; in choose_subprotocol() local
221 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()