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

@@ -87,6 +87,9 @@ Guacamole.BlobReader = function(stream, mimetype) {
if (guac_reader.onprogress)
guac_reader.onprogress(arrayBuffer.byteLength);
// Send success response
stream.sendAck("OK", 0x0000);
};
// Simply call onend when end received

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) {