X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fspush%2Fbrisk-spush.php;h=e7d5f85873d789299ac732bc4772755206889786;hb=d951bcaafbc7f0f091879d6f47043492534d2d08;hp=80f6d4f96649020aacda8fe3df5899b3704da425;hpb=64fd2be16978dab5d777388423a9d1d74d620cf8;p=brisk.git diff --git a/web/spush/brisk-spush.php b/web/spush/brisk-spush.php index 80f6d4f..e7d5f85 100755 --- a/web/spush/brisk-spush.php +++ b/web/spush/brisk-spush.php @@ -21,37 +21,6 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * - * TODO - * - * - * - BUG: logout failed - * - BUG: fast loop on stream index_rd_ifra page - * - * - manage and test cross forwarder between table and room - * TEST - garbage management - * - log_legal address fix - * - setcookie (for tables only) - * - 404 wrong page 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) - * 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 = "../"; @@ -61,6 +30,7 @@ require_once("./brisk-spush.phh"); require_once($G_base."Obj/user.phh"); require_once($G_base."Obj/brisk.phh"); require_once($G_base."Obj/auth.phh"); +require_once($G_base."Obj/zlibstream.phh"); // require_once("../Obj/proxyscan.phh"); require_once($G_base."index.php"); require_once($G_base."index_wr.php");