mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +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
|
// Mark as closed
|
||||||
tunnel.state = Guacamole.Tunnel.State.CLOSED;
|
tunnel.state = Guacamole.Tunnel.State.CLOSED;
|
||||||
|
|
||||||
|
// Reset output message buffer
|
||||||
|
sendingMessages = false;
|
||||||
|
|
||||||
if (tunnel.onstatechange)
|
if (tunnel.onstatechange)
|
||||||
tunnel.onstatechange(tunnel.state);
|
tunnel.onstatechange(tunnel.state);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user