mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +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)
|
if (guac_reader.onprogress)
|
||||||
guac_reader.onprogress(arrayBuffer.byteLength);
|
guac_reader.onprogress(arrayBuffer.byteLength);
|
||||||
|
|
||||||
|
// Send success response
|
||||||
|
stream.sendAck("OK", 0x0000);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Simply call onend when end received
|
// Simply call onend when end received
|
||||||
|
@@ -624,9 +624,6 @@ Guacamole.Client = function(tunnel) {
|
|||||||
// Write data
|
// Write data
|
||||||
stream.onblob(data);
|
stream.onblob(data);
|
||||||
|
|
||||||
// Send success response
|
|
||||||
guac_client.sendAck(stream_index, "OK", 0x0000);
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"cfill": function(parameters) {
|
"cfill": function(parameters) {
|
||||||
|
Reference in New Issue
Block a user