Hi,

I would expect to have two AE headers, one with aaa and one with bbb, would
you have the varnishlog of that particular bereq?

Also, it's probably out of scope, but are you actually changing the
Accept-Encoding header, or is that just for the example?

-- 
Guillaume Quintard

On Mon, Nov 27, 2017 at 12:15 PM, matrix <[email protected]> wrote:

> I would like to control bereq header below.(varnish4.1.8)
>
> header.append(bereq.http.Accept-Encoding, "aaa");
> header.append(bereq.http.Accept-Encoding, "bbb");
>
> But bereq.http.Accept-Encoding header is "aaa". (not "aaa,bbb")
> is it possible to handle the bereq using vmod_header ?
>
> or is it varnish-modules bug?
>
> Best regards.
> _______________________________________________
> varnish-misc mailing list
> [email protected]
> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
>
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to