mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Remove automatic calls to sendAck().
This commit is contained in:
@@ -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
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user