rawlinp commented on pull request #5142: URL: https://github.com/apache/trafficcontrol/pull/5142#issuecomment-708519456
Part of the problem is probably that when use_ims = false, we're always returning `last-modified` with epoch 0. So that is what's changing -- we're no longer sending a default epoch 0 `last-modified` when use_ims = false. Maybe once use_ims = true has been thoroughly vetted, we can just enable that by default and always return a valid `last-modified`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
