Closed thedavecollins closed 11 years ago
So what happens if the file does not exist? Does this return a 404 now instead of an error?
Also, out of curiosity, how did you find out about this project? I was pretty impressed how quickly I started getting pull requests after creating it!
Dan, On Fri, 2013-10-18 at 06:57 -0700, Dan Vanderkam wrote:
So what happens if the file does not exist? Does this return a 404 now instead of an error? Yes. It will 404.
Also, out of curiosity, how did you find out about this project? I was pretty impressed how quickly I started getting pull requests after creating it! I think I just googled it.
— Reply to this email directly or view it on GitHub.
Cool, thanks for the change! Pulled.
Dan, I've add some rather ugly code to deal with files that do not exist.
Dave