Re: [squid-users] how to set a custom ICAP "Allow" header?

2018-03-22 Thread claudiu.saiz
Yes, I have an ICAP service that supports trailers but negotiation is needed in order for the service to enable the feature (as described in the errata: http://www.measurement-factory.com/std/icap/#e3). Thank you for the information, I will try Squid-5. Regards -- Sent from: http://squid-web-

[squid-users] how to set a custom ICAP "Allow" header?

2018-03-22 Thread claudiu.saiz
I want to set a custom "Allow" header in ICAP OPTIONS messages, in order to allow Trailer support for ICAP. I tried: /acl all_requests src all adaptation_meta Allow "trailers" all_requests/ , but it doesn't work since "Allow" is a reserved header name. Is there any way to do this? -- Sent fr