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.
