mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Merge pull request #81 (manually rebased and squashed)
This commit is contained in:
@@ -214,6 +214,10 @@ Guacamole.HTTPTunnel = function(tunnelURL) {
|
||||
|
||||
// Mark as closed
|
||||
tunnel.state = Guacamole.Tunnel.State.CLOSED;
|
||||
|
||||
// Reset output message buffer
|
||||
sendingMessages = false;
|
||||
|
||||
if (tunnel.onstatechange)
|
||||
tunnel.onstatechange(tunnel.state);
|
||||
|
||||
|
Reference in New Issue
Block a user