Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in high concurrency situations, with slow filesystems one request mig…
…ht delete (try to refresh) the cache entry after the file_exists check passed. this will result in a file not found error when including the file. to avoid such situations we ignore this type of errors
- Loading branch information