@steve02081504 For now, the mechanism is to send the cache file updated date with if-modified-since header, and if 302 Not Modified is returned, the entire data of the file is not transferred.
We need to rewrite the code to check the file hash first and skipping entire communication process, so please wait a bit.