<div dir="ltr"><div style><span style="color:rgb(80,0,80)">Hi, </span></div><div style><span style="color:rgb(80,0,80)"><br></span></div><span style="color:rgb(80,0,80)">> ></span><br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
> > Haven't looked any further.<br>
> ><br>
><br>
> thanks for your comments. Taking in count tha changes provided i still face<br>
> this problem:<br>
><br>
> #0  0x00000000004065d6 in ngx_palloc (pool=0x0, size=16) at<br>
> src/core/ngx_palloc.c:122<br>
> #1  0x0000000000406a73 in ngx_pcalloc (pool=0x0, size=16) at<br>
> src/core/ngx_palloc.c:305<br>
> #2  0x000000000046b76d in ngx_http_chunked_header_filter (r=0x6eebb0)<br>
>     at src/http/modules/ngx_http_chunked_filter_module.c:82<br>
> #3  0x000000000046bdc4 in ngx_http_range_header_filter (r=0x6eebb0)<br>
>     at src/http/modules/ngx_http_range_filter_module.c:160<br>
><br>
> why my pool is always NULL ? do i am missing some initialization somewhere ?<br>
<br>
</div></div>Part of the backtrace shown suggests you trigger request activity after<br>
the request was freed.  Most likely you've forgot r->main->count++.<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div style><br></div><div style>thanks, that helped for the next calls.</div><div style><br></div><div style>When i receive a client in HTTP/1.1, my binary data is not being send with the transfer chunked encoding headers, i refer to the header and footer to each chunk of content, the HTTP header is set properly, so i would like to know if i need to do something to enable the chunked header/footer or is this is automatic ?, also.. whats the most probable thing that could mess up that feature when developing a plugin ?</div>
<div style><br></div><div style>thks.</div><div style><br></div><div style><br></div></div></div></div>