X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Fbriskin5.phh;h=f45b210c28d39ec96a03d18152499b48d0299149;hb=7a66f3d9cc106069ebad86fabfd1c7be4e3e8407;hp=0f49f5937116e7c9d03d0eef064f63ac75d1c250;hpb=645d558d0d1411fc2c1f33c95b2783e1b0ae3e06;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);