Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Laravel 4 项目中设置 Pjax,但我总是从服务器得到空响应。事实上,响应正在中止,我没有看到任何响应。看起来 Laravel 没有处理该请求。我想知道是不是因为 Pjax 设置的 Headers。
我发现了这个问题。这是因为 jquery.pjax.js 中设置了 650 毫秒超时。我删除了它,现在它工作正常。