Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dwebsockets.c256 char *sec_ws_origin = NULL; in webSocketsHandshake() local
342 sec_ws_origin = line+22; in webSocketsHandshake()
356 if (!(path && host && (origin || sec_ws_origin))) { in webSocketsHandshake()