series of typo fixed
[brisk.git] / web / spush / brisk-spush.php
index 4e22c36..6b84d9d 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
@@ -98,7 +98,6 @@ function headers_render($header, $len)
  *  Caching system using ob php system to cache old style pages
  *  to a var and than send it with more calm
  */
-$G_headers = "";
 
 function shutta()
 {
@@ -110,7 +109,6 @@ register_shutdown_function('shutta');
 /*
  *  MAIN
  */
-$shutdown = FALSE;
 
 function chunked_content($content)
 {