summaryrefslogtreecommitdiffstats
path: root/libvncserver/rfbserver.c
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2018-10-01 21:13:11 +0200
committerChristian Beier <dontmind@freeshell.org>2018-10-01 21:13:11 +0200
commit459046efc023161642c599809c6a5ef733035a12 (patch)
tree0f7c80769dd38635ed7374771778b9758c494895 /libvncserver/rfbserver.c
parentffe33574918cf31926ed37caef12f24e73b2d478 (diff)
downloadlibtdevnc-459046efc023161642c599809c6a5ef733035a12.tar.gz
libtdevnc-459046efc023161642c599809c6a5ef733035a12.zip
websockets: remove Flash fallback
Closes #162
Diffstat (limited to 'libvncserver/rfbserver.c')
-rw-r--r--libvncserver/rfbserver.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libvncserver/rfbserver.c b/libvncserver/rfbserver.c
index 7af6aed..ed1365a 100644
--- a/libvncserver/rfbserver.c
+++ b/libvncserver/rfbserver.c
@@ -463,9 +463,7 @@ rfbNewTCPOrUDPClient(rfbScreenInfoPtr rfbScreen,
#ifdef LIBVNCSERVER_WITH_WEBSOCKETS
/*
- * Wait a few ms for the client to send one of:
- * - Flash policy request
- * - WebSockets connection (TLS/SSL or plain)
+ * Wait a few ms for the client to send WebSockets connection (TLS/SSL or plain)
*/
if (!webSocketsCheck(cl)) {
/* Error reporting handled in webSocketsHandshake */