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
First call returns DISABLED and use the original url https://www.gravatar.com/avatar/a3a2e97ccd20ce09e1e0049da479c073.jpg?s=80&d=blank&r=g
Second call returns LOADED and use an internal url which doesn't exist https://example.com/storage/basset/www.gravatar.com/avatar/a3a2e97ccd20ce09e1e0049da479c073.jpg
I think you should not mark the path as loaded if the file is not internalized.
The text was updated successfully, but these errors were encountered:
Hi guys,
Seems that if you call basset on the same path more than once, it marks the path as loaded even if the result is disabled.
Example url: https://www.gravatar.com/avatar/a3a2e97ccd20ce09e1e0049da479c073.jpg?s=80&d=blank&r=g
First call returns DISABLED and use the original url
https://www.gravatar.com/avatar/a3a2e97ccd20ce09e1e0049da479c073.jpg?s=80&d=blank&r=g
Second call returns LOADED and use an internal url which doesn't exist
https://example.com/storage/basset/www.gravatar.com/avatar/a3a2e97ccd20ce09e1e0049da479c073.jpg
I think you should not mark the path as loaded if the file is not internalized.
The text was updated successfully, but these errors were encountered: