Files with no extension are served with content-type `"application/octet-stream"` due to https://www.npmjs.com/package/mime#mime-default-type Shouldn't they just be `undefined`?: ``` js mime.default_type = undefined ```