what happens if the max-age is zero but stale-while-revalidate has a value?
example: Cache-Control: max-age=0, stale-while-revalidate=60
will the stale-while-revalidate be taken into consideration at all? or the origin will be hit every time for the data?