Closed c4milo closed 8 years ago
This is a bad idea, it will return HTTP 200 status code and the only way for us to get it to return a 404 with a custom page is by wrapping ResponseWriter within a custom HTTP handler. Which is something we cannot do if using http.FileServer
.
Why did you close the PR?