Hi @henshaw. This appears to be a Google bug. The problem is we are interpreting Cache-Control: must-revalidate
as equivalent to max-age=0
. This seems wrong per the HTTP spec.
- Short term, you can remove the
must-revalidate
. - Medium term, we’ll try to fix this bug or make some changes to remove
must-revalidate
.
cc @eva2000