You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by "necouchman (via GitHub)" <gi...@apache.org> on 2023/05/09 19:46:55 UTC

[GitHub] [guacamole-client] necouchman commented on a diff in pull request #853: GUACAMOLE-615: Correct potential parse failures in webapp parser implementations.

necouchman commented on code in PR #853:
URL: https://github.com/apache/guacamole-client/pull/853#discussion_r1189062022


##########
guacamole-common-js/src/main/webapp/modules/Tunnel.js:
##########
@@ -823,6 +749,8 @@ Guacamole.WebSocketTunnel = function(tunnelURL) {
      */
     var tunnel = this;
 
+    var parser = null;

Review Comment:
   Guessing this should get some documentation?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org