Closed
Description
Typically, static files are referenced as HTML resources, which are only displayed to end-users if they result in an HTTP 200. As a result, it is unnecessary and undesirable for them to return a custom 404 page if they are missing or encounter another error. Instead, it is preferable that they the original status code and a very brief message. This ensures for fast processing of these errors and reduce the amount of bandwidth taken up by them.