Ok sure ! Thanks for your help should have search more on the internet. Found few doc about the embedded c thought.<div><br></div><div>Wouldn't it be better just checking the lenght first and returns a null pointer instead of crashing the process ?<br>

<br><div class="gmail_quote">On Tue, Sep 6, 2011 at 10:13 AM, Kristian Lyngstol <span dir="ltr"><<a href="mailto:kristian@varnish-software.com">kristian@varnish-software.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Mon, Sep 05, 2011 at 10:05:49PM +0200, Jean Praloran wrote:<br>
> I'm currently using varnish 3.0.0 on debian Squeeze 64bits, installed from<br>
> the devbian varnish repository. I'm trying to follow the idea of this script<br>
> : <a href="https://www.varnish-cache.org/trac/wiki/VCLExampleExtendingCacheControl" target="_blank">https://www.varnish-cache.org/trac/wiki/VCLExampleExtendingCacheControl</a><br>
><br>
> I can't manage to make it work since varnish child crashes :<br>
<br>
</div>[...]<br>
<div class="im"><br>
>  Condition(l == strlen(hdr + 1)) not true.#012thread =<br>
><br>
</div><div class="im">> while using this C embedded :<br>
><br>
>  ttl = VRT_GetHdr(sp, HDR_OBJ, "\016Varnish-Control:");<br>
<br>
</div>[...]<br>
<br>
\016 is octal. Your length thus ends up being incorrect. I suggest \020.<br>
<br>
Also, you should use either a bug report or the -misc or -dev list. The<br>
-bug list is mainly intended for automatic mails from trac.<br>
<font color="#888888"><br>
- Kristian<br>
</font></blockquote></div><br><br clear="all"><div><br></div>-- <br>Praloran Jean<br>
</div>