From 40f281ebbdf79e6b2af32f88bdf5efe8b8f4550f Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sun, 30 Jan 2011 23:42:28 -0600 Subject: [PATCH] Add DOCTYPE. Misc cleanup. --- README.md | 2 +- utils/websocket.py | 2 +- vnc.html | 1 + vnc_auto.html | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff1fcd49..e50576c7 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,6 @@ There a few reasons why a proxy is required: * [Integrating noVNC](wiki/Integration) into existing projects. -* [Troubleshooting noVNC problems](wiki/Troubleshooting). +* [Troubleshooting noVNC](wiki/Troubleshooting) problems. diff --git a/utils/websocket.py b/utils/websocket.py index d92b0ffd..2bad1588 100755 --- a/utils/websocket.py +++ b/utils/websocket.py @@ -256,7 +256,6 @@ Connection: Upgrade\r # Now get the data from the socket handshake = retsock.recv(4096) - #self.msg("handshake: " + repr(handshake)) if len(handshake) == 0: raise self.EClose("Client closed during handshake") @@ -274,6 +273,7 @@ Connection: Upgrade\r else: raise self.EClose("") + #self.msg("handshake: " + repr(handshake)) # Parse client WebSockets handshake h = self.parse_handshake(handshake) diff --git a/vnc.html b/vnc.html index de6b4272..e15a96a1 100644 --- a/vnc.html +++ b/vnc.html @@ -1,3 +1,4 @@ +