transport API: add header argument to the init methon (required by websocket handshake)
[brisk.git] / web / briskin5 / Obj / briskin5.phh
index 10edf1b..0f49f59 100644 (file)
@@ -1233,7 +1233,7 @@ class Bin5 {
                 }
                 
                 $content = "";
-                $user->stream_init($s_a_p->rndstr, $enc, $header_out, $content, $get, $post, $cookie);
+                $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_l = mb_strlen($response, "ASCII");