0

在尝试生成自定义 404 错误时,我尝试使用responseFile notFound404 [("Content-Type","text/html")] "404.html" Nothing. 但是,如果我的文件系统中存在“404.html”,Warp 会发送状态码为 200 的数据。

支持 wai 接口的服务器是否期望这种行为?如果是这样,为什么 responseFile 有一个状态参数?

4

1 回答 1

1

它看起来像 Warp 中的一个错误。您可以在跟踪器上打开问题吗?

于 2017-08-17T06:11:58.527 回答