X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt-http-streaming.js;h=81f54cf2d3b0192424d66389d5d2d6b6d92becdc;hb=08732a9357cd0e1732af220c04138d8eec1331f7;hp=aa88cf015b438c8760ce49764d4fe578f1aecade;hpb=eeed19fc23d5a81360ea375cf8b37e2082157107;p=brisk.git diff --git a/web/xynt-http-streaming.js b/web/xynt-http-streaming.js index aa88cf0..81f54cf 100644 --- a/web/xynt-http-streaming.js +++ b/web/xynt-http-streaming.js @@ -39,6 +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 */ + // FIXME watchdog_timeout: 200, watchdog_timeout: 200, watchdog_ct: 0, watchdog_checktm: 20, @@ -93,7 +94,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; } @@ -274,4 +275,4 @@ http_streaming.prototype = { return (this.console.log(s)); } } -} \ No newline at end of file +}