mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
Converting to double-I/O switching and new transfer instruction
This commit is contained in:
@@ -273,7 +273,7 @@ function VNCClient(display) {
|
||||
|
||||
// Start next request as soon as possible
|
||||
if (xmlhttprequest.readyState >= 2 && nextRequest == null && uuid)
|
||||
nextRequest = makeRequest("resume:" + uuid + ";yield;");
|
||||
nextRequest = makeRequest("transfer:out," + uuid + ";");
|
||||
|
||||
// Parse stream when data is received and when complete.
|
||||
if (xmlhttprequest.readyState == 3 ||
|
||||
|
Reference in New Issue
Block a user