X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=396b11689f7a66208342ca21b33c8549ba341559;hb=4ff899747ae6f7c742890b45c08677f2655fc3e9;hp=af2a9012c57b6309e879eb4bca324ae9b2eaad5c;hpb=380e4f95319a328524a764956fb802d991864bf7;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index af2a901..396b116 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2178,6 +2178,8 @@ class Room { { printf("NEW_SOCKET (root): %d\n", intval($new_socket)); + force_no_cache($header_out); + switch ($path) { case "": case "index.php": @@ -2186,8 +2188,6 @@ class Room { $content = ob_get_contents(); ob_end_clean(); - force_no_cache($header_out); - $s_a_p->pgflush_try_add($new_socket, 20, $header_out, $content); return TRUE; @@ -2198,8 +2198,6 @@ class Room { $content = ob_get_contents(); ob_end_clean(); - force_no_cache($header_out); - $s_a_p->pgflush_try_add($new_socket, 20, $header_out, $content); return TRUE;