X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt-http-streaming.js;h=0cbf36b7852cca1a363707801e531af73120a1c9;hb=0e94d4cdb397ece2f2f23920aeb8ce97586a0da4;hp=6b07966258a195ad7829cb529f03e1720bf31d25;hpb=7755c2d3e9fb3f1e57e4a76f3588b41c14e065c0;p=brisk.git diff --git a/web/xynt-http-streaming.js b/web/xynt-http-streaming.js index 6b07966..0cbf36b 100644 --- a/web/xynt-http-streaming.js +++ b/web/xynt-http-streaming.js @@ -39,7 +39,7 @@ http_streaming.prototype = { keepalives_equal: 0, keepalives_eq_max: 6, /* NOTE: right watch_timeout value to 100, for devel reasons use 1000 or more */ - watchdog_timeout: 100, + watchdog_timeout: 200, watchdog_ct: 0, watchdog_checktm: 20, watchable: false, @@ -69,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); @@ -92,7 +93,7 @@ http_streaming.prototype = { if (this.sandbox != null) { // from old: var zug = "POLL sess = "+sess+" stat = "+stat+" subst = "+subst+" step = "+this.gst.st+" step_loc = "+this.gst.st_loc+" step_loc_new = "+this.gst.st_loc_new+" STOP: "+this.stopped; - var zug = "WATCHDOG step = "+this.gst.st+" step_loc = "+this.gst.st_loc+" step_loc_new = "+this.gst.st_loc_new; + var zug = "WATCHDOG sess = ["+this.sess+"] step = "+this.gst.st+" step_loc = "+this.gst.st_loc+" step_loc_new = "+this.gst.st_loc_new; if (zug != this.sandbox.innerHTML) this.sandbox.innerHTML = zug; } @@ -273,4 +274,4 @@ http_streaming.prototype = { return (this.console.log(s)); } } -} \ No newline at end of file +}