gzip compression management added
[brisk.git] / web / spush / brisk-spush.php
index 8e82ebe..f4ecacb 100755 (executable)
  *
  * TODO
  *
- *   EXPR - DNS access
+ *   DISABLED_TO_FIX - DNS access (perform blocking dns requests, must be fixed)
+ *
+ *   TEST - database connection fails after a while, check close and try PGSQL_CONNECT_FORCE_NEW.
+ *   TEST - images flickering on slow windows: try to poll stream every 300 ms
+ *
  *   - configuration file management
  *   - centralize all '<script ...' incapsulation to allow multiple transport system.
  *
@@ -66,6 +70,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");