X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fspush%2Fbrisk-spush.php;h=19741b9d777f3481be5c2f17a237c04beabe2fee;hb=b6f3d93f02fbf3adf376f9fbaad8cc739b8d3145;hp=ff09ded46d4429425107dd10dad3a1ae81dd1d10;hpb=65c6a676cf9a655d33fa48441b1c7390492163fa;p=brisk.git diff --git a/web/spush/brisk-spush.php b/web/spush/brisk-spush.php index ff09ded..19741b9 100755 --- a/web/spush/brisk-spush.php +++ b/web/spush/brisk-spush.php @@ -27,29 +27,30 @@ * - BUG: logout failed * - BUG: fast loop on stream index_rd_ifra page * - * - garbage management - * - log_legal address fix - * - from room to table - * - from table to room - * - index_wr other issues * - manage and test cross forwarder between table and room + * TEST - garbage management + * - log_legal address fix * - setcookie (for tables only) - * - keepalive management * * DONE/FROZEN - problema con getpeer (HOSTADDR) * + * DONE - app level keep-alive + * DONE - index_wr other issues + * DONE - from room to table + * DONE - from table to room * DONE - chunked * DONE - bug: read from a not resource handle (already closed because a new socket substitute it) * DONE - partial write for normal page management * DONE - index_rd_ifra: last_clean issue * DONE - fwrite failed error management (select, buffer where store unsent data, and fwrite check and retry) - * ABRT - index_wr.php::reload - reload is js-only function * DONE - bug: after restart index_rd.php receive from prev clients a lot of req * DONE - index_wr.php::chat * DONE - index_wr.php::exit * DONE - index_rd.php porting * DONE - generic var management from internet * DONE - index.php auth part + * ABRT - index_wr.php::reload - reload is js-only function + * ABRT - keepalive management - not interesting for our purposes */ $G_base = "../"; @@ -62,8 +63,9 @@ require_once($G_base."Obj/auth.phh"); // require_once("../Obj/proxyscan.phh"); require_once($G_base."index.php"); require_once($G_base."index_wr.php"); -require_once($G_base."index_rd_ifra.php"); require_once($G_base."briskin5/Obj/briskin5.phh"); +require_once($G_base."briskin5/index.php"); +require_once($G_base."briskin5/index_wr.php"); function main()