[squid-users] WARNING: fullDLmime ACL is used in context without an HTTP response. Assuming mismatch.
Amos Jeffries
squid3 at treenet.co.nz
Fri Sep 2 13:50:54 UTC 2016
On 2/09/2016 7:27 a.m., Heiler Bemerguy wrote:
>
> Objective: make squid download the whole file when it's an application.
> I'm trying to base the acl on the replied mime type, which I think it's
> more obvious than regexping URLs...
>
> acl limit maxconn 1
> acl fullDLmime rep_mime_type application/x-tar application/octet-stream
> range_offset_limit -1 fullDLmime !limit
>
> But these warnings keep flooding my cache.log
>
To download the full file Squid has to modify the *request* headers that
gets sent to the server to not ask for a partial download.
When sending a request the future response is unknown. So the ACL cannot
possibly determine what Content-Type header value will be returned in
that future time.
Amos
More information about the squid-users
mailing list