<div dir="ltr"><div><br></div><div><span class="gmail-im" style="color:rgb(80,0,80)"><br></span>>Can you tell us from which version you are upgrading to 6.3?  <br></div><div>  I am upgrading from 5.2.1  but   same  code tested and worked with varnish   6.0.5 lts and  6.2.1 (all downloaded from package cloud) on ubuntu bionic.</div><div><br></div><div>Testing   6 series version to choose to which one I should upgrade .   Sadly ,Some backends  only accept requests with an "exotic" header name .</div><div><br></div><div>Should I expect this restriction  included in   a  new  6.0 .* lts  package as well ? </div><div><br></div><div>If I have  no choice and have to import the header vmod would you advise how can i set   brand new key-value   http header   in vcl   using this vmod? </div><div><br></div><div>I  only saw operations on existing  headers in doc : <br></div><div><a href="https://github.com/varnish/varnish-modules/blob/master/docs/vmod_header.rst">https://github.com/varnish/varnish-modules/blob/master/docs/vmod_header.rst</a><br></div><div><br></div><div>Thanks,</div><div>--Yassine</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 21, 2019 at 11:14 AM Dridi Boukelmoune <dridi@varni.sh> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> before submitting a bug a report in github wanted to check is someone is familiar with this issue ?<br>
<br>
Can you tell us from which version you are upgrading to 6.3?<br>
<br>
I know that at some point header names parsing changed so that they'd<br>
have to be proper VCL symbols, leaving no room for otherwise valid<br>
HTTP headers that don't happen to match VCL expectations. We have no<br>
alternate syntax for "exotic" header names, I suggested req.http[7hello],<br>
someone else suggested req.http."7hello" but nothing happened in this<br>
direction. So your only solution today is to use vmod_header.<br>
<br>
<a href="https://github.com/varnishcache/varnish-cache/issues/2573" rel="noreferrer" target="_blank">https://github.com/varnishcache/varnish-cache/issues/2573</a><br>
<br>
Dridi<br>
</blockquote></div>