X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Fbriskin5.phh;h=a9813e509cce76df457af8286a434d44c85ebae4;hb=380e4f95319a328524a764956fb802d991864bf7;hp=c5ad7cec580b09549e5045031bc2490d948f317b;hpb=22d0d66d55607bc8941922fc1bf4d818664abbc2;p=brisk.git diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index c5ad7ce..a9813e5 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -718,7 +718,37 @@ class Bin5_user extends User { return ($ret); } - static function blocking_error($is_unrecoverable) +public static function stream_fini($is_unrecoverable) +{ + GLOBAL $G_four_rnd_string; + + printf("xXx user::stream_fini\n"); + + // IF IFRAME THEN: + $body = ""; + $body .= sprintf(" + + + + + +"); + $body .= sprintf("\n", $G_four_rnd_string); + $body .= sprintf("", 0, escpush(self::blocking_error($is_unrecoverable)) ); + // ELSE IF XHR THEN: + // return (self::blocking_error($is_unrecoverable)); + return ($body); +} + + + protected function blocking_error($is_unrecoverable) { GLOBAL $is_page_streaming;