fluffy

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/server.js
@@ -152,7 +152,6 @@
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 ===
@@ -167,6 +166,7 @@
return;
}
// Process and cache the resource.
httpcache(request, response, () => {
new Handler().process(config, request, response, root)
.on('log', (data) => {