Displaying 1 result from an estimated 1 matches for "kb_buf".
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
...) {
+ // We seem to get this if the connection to the server fails.
+ alert("Connection to server failed");
+ return;
+ }
+
+ if (handle_resp_error(resp)) {
+ return;
+ }
+
+ display(resp);
+ get();
+}
+
+rcv_loader = new AsyncLoader(rcv);
+
+
+// Transmit channel:
+
+var kb_buf="";
+var send_loader;
+var send_in_progress=false;
+
+function send() {
+ send_in_progress=true;
+ send_loader.load(url_prefix+"anyterm-module",
+ "a=send&s="+session+cachebust()+"&k="+encodeURIComponent(kb_buf));
+ kb_buf="&...