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
{{ message }}
This repository was archived by the owner on Jun 25, 2022. It is now read-only.
The ETag sent back for assets (js,img,..) changes for every response making it useless.
https://github.com/gobuffalo/buffalo/blob/0ffd608c63439be1fc033ad7e48430528c96d2bc/route_mappings.go#L111-L115
This is because packd just returns the time you opened the file.
https://github.com/gobuffalo/packd/blob/128b5da43f114d0f9af8b4bba549b02e3496dfa8/file.go#L115
The ETag is also of invalid format and should be quoted as per RFC https://tools.ietf.org/html/rfc7232#section-2.3
Suggest the ETag is just removed as the info to make a sensible ETag is not avaliable and a very long max-age is already sent back.