Is there a way to ignore URI query terms when forming store keys?
Maybe some rule or extension?
In the Squid code it could look something like:
{Â char *p = strchr(uri, '?');Â if (p) *p = '\0'; }
But the only code like this deals with strip_query_terms.
This rule only affects logging, not storing.
Received on Tue Sep 07 2010 - 18:03:00 MDT
This archive was generated by hypermail 2.2.0 : Wed Sep 08 2010 - 12:00:03 MDT