在我的 Rails 应用程序中,我在搞乱路线等。
发生的事情是在我的创建和更新控制器中,我将重定向更改为其他内容,然后在 Chrome 中出现:
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending
any data.
在我点击刷新后,应用程序照常继续。为什么会这样?
提前致谢。
在我的 Rails 应用程序中,我在搞乱路线等。
发生的事情是在我的创建和更新控制器中,我将重定向更改为其他内容,然后在 Chrome 中出现:
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending
any data.
在我点击刷新后,应用程序照常继续。为什么会这样?
提前致谢。