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
At the moment, the If-None-Match header is ignored, whereas it should be checked to be the same as the ETag of the file being served by the static handler. Currently, the static content is always served, even when Macaron should close the connection with a 304 Not Modified response.
I've added this functionality to Gitea, in this PR. I'd be very glad to port it over to the official macaron repo, if Unknown is available to review & merge the PR :)
The text was updated successfully, but these errors were encountered:
At the moment, the
If-None-Match
header is ignored, whereas it should be checked to be the same as the ETag of the file being served by the static handler. Currently, the static content is always served, even when Macaron should close the connection with a304 Not Modified
response.I've added this functionality to Gitea, in this PR. I'd be very glad to port it over to the official macaron repo, if Unknown is available to review & merge the PR :)
The text was updated successfully, but these errors were encountered: