vmod_header can be used in vcl_backend_fetch?

matrix matrix at matrix2000.name
Mon Nov 27 11:15:24 UTC 2017


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.


More information about the varnish-misc mailing list