Remove automatic calls to sendAck().

This commit is contained in:
Michael Jumper
2014-02-28 18:34:08 -08:00
parent d09019b413
commit 4982971fec
2 changed files with 3 additions and 3 deletions

View File

@@ -624,9 +624,6 @@ Guacamole.Client = function(tunnel) {
// Write data
stream.onblob(data);
// Send success response
guac_client.sendAck(stream_index, "OK", 0x0000);
},
"cfill": function(parameters) {