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
In Network.Wai.Application.Static's serveFile function, the lookup of the if-none-match header assumes it'll only be one ETag, which is not true, it could be a comma-separated list of ETags.
The text was updated successfully, but these errors were encountered:
In
Network.Wai.Application.Static
'sserveFile
function, the lookup of theif-none-match
header assumes it'll only be one ETag, which is not true, it could be a comma-separated list of ETags.The text was updated successfully, but these errors were encountered: