X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Fbriskin5.phh;fp=web%2Fbriskin5%2FObj%2Fbriskin5.phh;h=f45b210c28d39ec96a03d18152499b48d0299149;hb=b41e2233431a8862b741c7eb4c998c1a47263ed7;hp=0f49f5937116e7c9d03d0eef064f63ac75d1c250;hpb=fc3be176768aa610fb887f8de1b3020c14f3a78b;p=brisk.git diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index 0f49f59..f45b210 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -1234,7 +1234,8 @@ class Bin5 { $content = ""; $user->stream_init($s_a_p->rndstr, $enc, $header, $header_out, $content, $get, $post, $cookie); - $response = headers_render($header_out, -1).chunked_content($user->rd_zls_get(), $content); + + $response = headers_render($header_out, -1).$user->chunked_content($content); $response_l = mb_strlen($response, "ASCII"); $wret = @fwrite($new_socket, $response, $response_l);