node-http-server

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 18  →  ?path2? @ 17
/src/handler.js
@@ -82,11 +82,6 @@
return;
}
// Could not access directory index file and directory listing not allowed.
response.statusCode = 404;
response.end();
return;
}
 
// Serve the document index.