mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-558: Do NOT make initial request if connect failed.
This commit is contained in:
@@ -495,6 +495,7 @@ Guacamole.HTTPTunnel = function(tunnelURL) {
|
||||
if (connect_xmlhttprequest.status !== 200) {
|
||||
var status = getHTTPTunnelErrorStatus(connect_xmlhttprequest);
|
||||
close_tunnel(status.code, status.message);
|
||||
return;
|
||||
}
|
||||
|
||||
// Get UUID from response
|
||||
|
Reference in New Issue
Block a user