add a commented ifra.src variable set
[brisk.git] / web / xynt-http-streaming.js
index fa35007..aa88cf0 100644 (file)
@@ -38,7 +38,8 @@ http_streaming.prototype = {
     keepalive_new:    -1,
     keepalives_equal:  0,
     keepalives_eq_max: 6,
-    watchdog_timeout:  100,
+    /* NOTE: right watch_timeout value to 100, for devel reasons use 1000 or more */
+    watchdog_timeout:  200,
     watchdog_ct:       0,
     watchdog_checktm:  20,
     watchable:         false,
@@ -68,6 +69,7 @@ http_streaming.prototype = {
 
         // this.log(this.ifra);
         this.ifra.contentWindow.location.href = this.page;
+        // this.ifra.src = this.page;
         this.watchdog_ct  = 0;
         if (!this.the_end) {
             this.watchdog_hdl = setTimeout(function(obj) { obj.log("tout1"); obj.watchdog(); }, 0, this);