fluffy

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 1
/server.js
@@ -152,6 +152,7 @@
cert: certificates.certificate,
},
(request, response) => {
// Configuration path requested, so send the server configuration if allowed.
if(config.configuration.enable === true &&
url.parse(request.url, true).path ===
@@ -166,7 +167,6 @@
return;
}
// Process and cache the resource.
httpcache(request, response, () => {
new Handler().process(config, request, response, root)
.on('log', (data) => {