full url bug (ffox 3.5 was affected) for forever iframe streaming fixed
[xynt.git] / web / xynt / xynt-http-streaming.js
index 477e754..a9ccdcd 100644 (file)
@@ -73,9 +73,9 @@ http_streaming.prototype = {
         this.ifra.style.visibility = "hidden";
         this.doc.body.appendChild(this.ifra);
         if (page != null)
-            this.page = page;
+            this.page = url_complete(this.win.location.href, page);
         this.page = url_append_args(this.page, "sess", this.sess, "st", gst.st);
-        this.log(this.page);
+        // this.log("http_streaming::start:this.page "+this.page);
         this.ifra.contentWindow.location.href = this.page;
         this.watchdog_ct  = 0;
         this.watchdog_hdl = setTimeout(function(obj) { obj.log("tout1"); obj.watchdog(); }, this.watchdog_timeout, this);