node-http-server

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 35  →  ?path2? @ 37
/src/cache.js
@@ -28,6 +28,7 @@
EventEmitter.call(this);
const self = this;
 
// Read the resource and cache or not depending on configuration settings.
fs.stat(resource, (error, stats) => {
var expires = 0;
Object.keys(self.config.site.cache).forEach((key) => {