Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: cache file names longer than 260
Fix: #4327 Normally, this function behaves as before when the cache filename is less than 260 characters long. The modified program is designed to shorten cached filenames while retaining as much complete URL information as possible. If the filename is greater than or equal to 260 characters in length, it will first attempt to remove everything after the question mark from the URL, and if it is still greater than 260 in length, only the filename in the URL will be retained. Tested locally and passed.
- Loading branch information