You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there already a mechanism for serving files with the ETag header properly set?
Given the cost of computing the ETag (likely a hash of the file) I think this should be an opt-in feature.
To amortize the cost of hashing, we may want to leverage FileSystemWatcher.
If not, happy to send a PR with a bit of design direction.
The text was updated successfully, but these errors were encountered:
Is there already a mechanism for serving files with the ETag header properly set?
Given the cost of computing the ETag (likely a hash of the file) I think this should be an opt-in feature.
To amortize the cost of hashing, we may want to leverage
FileSystemWatcher
.If not, happy to send a PR with a bit of design direction.
The text was updated successfully, but these errors were encountered: