mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 15:11:22 +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
|
||||
|
Reference in New Issue
Block a user