From e93a384a0feb462f20c4bab6efadc32a683dfcf1 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" <nastasi@alternativeoutput.com> Date: Sun, 7 Oct 2012 11:03:37 +0200 Subject: [PATCH] brisk-spush TODO updated --- web/spush/brisk-spush.php | 9 +++++---- web/xynt-http-streaming-ifra.js | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/web/spush/brisk-spush.php b/web/spush/brisk-spush.php index 548d885..3a1d65f 100755 --- a/web/spush/brisk-spush.php +++ b/web/spush/brisk-spush.php @@ -23,18 +23,19 @@ * * TODO * - * - BUG: lurker are logged out (and remain a pending socket opened (look the spush log) - * - BUG: logout failed * - BUG: fast loop on stream index_rd_ifra page * * - centralize all '<script ...' incapsulation to allow multiple transport system. * * - manage and test cross forwarder between table and room - * TEST - garbage management * - log_legal address fix - * - setcookie (for tables only) + * - setcookie (for tables only and persist prefs) * - 404 wrong page management * + * TEST - BUG: lurker are logged out (and remain a pending socket opened (look the spush log) + * TEST - BUG: logout failed (fixed with a garbage_collector wrapper at sac-a-push level + * TEST - garbage management + * * DONE/FROZEN - problema con getpeer (HOSTADDR) * * DONE - app level keep-alive diff --git a/web/xynt-http-streaming-ifra.js b/web/xynt-http-streaming-ifra.js index 7623e27..d037f10 100644 --- a/web/xynt-http-streaming-ifra.js +++ b/web/xynt-http-streaming-ifra.js @@ -6,6 +6,7 @@ var script_clean = -1; function push(s) { var i; + // window.parent.console.log('push('+s+');'); for (i = last_clean ; i < script_clean ; i++) { if (typeof($('hs'+i)) != 'undefined' && $('hs'+i) != null) { document.body.removeChild($('hs'+i)); -- 2.17.1