Converting to double-I/O switching and new transfer instruction

This commit is contained in:
Michael Jumper
2010-09-24 01:42:43 +00:00
parent ac87662c33
commit bf5a56ba5e
4 changed files with 55 additions and 26 deletions

View File

@@ -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 ||