网页请求已中止

时间:2012-06-20 07:27:45

标签: php mysql apache firebug

在www.tongguitar.co.kr上,您可以在Firebug(Firefox)的 Net 标签中看到:

GET www.tongguitar.co.kr, Status: Aborted
GET www.tongguitar.co.kr, Status: Aborted
[...]
GET www.tongguitar.co.kr, Status: Aborted
GET www.tongguitar.co.kr, Status: 200 OK

它不会永远发生,但有时只会发生,我不知道为什么。我使用PHP和MySQL以及Apache。这是服务器端问题,DNS问题? PHP源代码中是否有错误?

1 个答案:

答案 0 :(得分:0)

有时候如果你有简单的事情,比如CSS翻转(翻转图像,发送请求,但是在返回响应之前移动请求),或者你的页面的JavaScripting请求资源但是不等待回复的回应。通常,后者与JS分析调用有关。当你遇到" Stop"时,也会发生这种情况。按钮。

无论哪种方式,都不是错误。它只是浏览器使用HTTP的一部分。