Closed g-rden closed 8 months ago
Previously requesting a directory that did not exist just gave a 500 status response. Now the error code set by opendir() is used to give the right response. This is how requesting files is done already, so I just copied the code from there.
Nice!
Previously requesting a directory that did not exist just gave a 500 status response. Now the error code set by opendir() is used to give the right response. This is how requesting files is done already, so I just copied the code from there.