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
It looks like your chunk GET requests are not conditioned on an etag, or even on a Last-Modified header.
So if the server doesn't serve the same file every time (such as if the file were replaced on the server
halfway through), you'll blindly put together parts of different files without any warning.
This checking shouldn't be hard to add; I think it'd be better to do it and warn the user in this case.
I agree with this comment, and I think we should warn the user as a first case, and implement a better solution for a next release.
The text was updated successfully, but these errors were encountered:
A good observation from slamb in the Reddit post announcement is:
I agree with this comment, and I think we should warn the user as a first case, and implement a better solution for a next release.
The text was updated successfully, but these errors were encountered: