Lines Matching full:connection
42 #define QIO_CHANNEL_WEBSOCK_HEADER_CONNECTION "connection"
56 "Connection: Upgrade\r\n" \
64 "Connection: Upgrade\r\n" \
70 "Connection: close\r\n" \
75 "Connection: close\r\n" \
82 "Connection: close\r\n" \
87 "Connection: close\r\n" \
386 *host = NULL, *connection = NULL, *upgrade = NULL; in qio_channel_websock_handshake_process() local
420 connection = qio_channel_websock_find_header( in qio_channel_websock_handshake_process()
422 if (!connection) { in qio_channel_websock_handshake_process()
423 error_setg(errp, "Missing websocket connection header data"); in qio_channel_websock_handshake_process()
435 host, connection, upgrade, key); in qio_channel_websock_handshake_process()
457 connectionv = g_strsplit(connection, ",", 0); in qio_channel_websock_handshake_process()
467 error_setg(errp, "No connection upgrade requested '%s'", connection); in qio_channel_websock_handshake_process()
512 "End of headers not found before connection closed"); in qio_channel_websock_handshake_read()
583 * client connection, as most of the time we have an in qio_channel_websock_handshake_io()