koajs / static-cache

[MAINTAINERS WANTED] Static cache for koa
293 stars 47 forks source link

fix mtime #88

Closed jiazhonglin closed 4 years ago

jiazhonglin commented 4 years ago

judge the mtime by '!=' instead of '>' to make sure the file message update timely. thank you.