TODO updated
[brisk.git] / web / spush / brisk-spush.php
index 2717b52..6e0773e 100755 (executable)
@@ -23,7 +23,6 @@
  *
  * TODO
  *
- *   WIP - chunked
  *
  *   - BUG: logout failed
  *   - BUG: fast loop on stream index_rd_ifra page
  *   - log_legal address fix
  *   - from room to table
  *   - from table to room
- *   - fwrite other issues
+ *   - index_wr other issues
  *   - manage and test cross forwarder between table and room
  *   - setcookie (for tables only)
  *   - keepalive management
  *
  *   DONE/FROZEN - problema con getpeer (HOSTADDR)
  *
+ *   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
@@ -370,7 +370,7 @@ function main()
                 $response = $user->rd_cache_get();
                 if ($response == "") {
                     $content = "";
-                    index_rd_ifra_main($room, $user, $content);
+                    index_rd_ifra_main($room, $user, $content, $get, $post, $cookie);
 
                     if ($content == "" && $user->rd_kalive_is_expired($curtime)) {
                         $content = index_rd_ifra_keepalive($user);