mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
Merge 1.5.4 changes back to master.
This commit is contained in:
@@ -208,7 +208,7 @@ Guacamole.Parser = function Parser() {
|
||||
// Immediately truncate buffer if its contents have been
|
||||
// completely parsed, so that the next call to receive()
|
||||
// need not append to the buffer unnecessarily
|
||||
if (elementEnd + 1 === buffer.length) {
|
||||
if (!isBuffer && elementEnd + 1 === buffer.length) {
|
||||
elementEnd = -1;
|
||||
buffer = '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user