当basehttpserver加载网站时,Ping请求超时

时间:2016-03-07 00:11:26

标签: php python http-headers basehttpserver

我使用basehttpserver运行网站。

加载一个简单的网站时,只需一个22kb的图像文件(本地托管) - 加载此图像/网页时,所有ping请求都会超时。完成后,ping再次成功。

原始网站要复杂得多,但即使有这样一个简单的网站,我也将其缩小到了它的范围。

任何人都可以提供任何有关为什么会发生这种情况的见解吗?如果我应该担心它?

我已经考虑过更改php / http标头(没有运气),并在IIS服务器上外部托管网站(它加载得很好,没有ping问题) - 所以我知道它的#s; s与basehttpserver有关...但除此之外,我有点超出我的深度。非常感谢。

PHP DOC(status.php):

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title></title>
  </head>
  <body>
    <img src="image22kb.jpg" style="width:640px; height:auto;"/>
  </body>
</html>

PING CMD

enter image description here

HTTP HEADERS:

enter image description here

编辑:

很抱歉,不确定这是否有用,但在网站加载时,会在最后一跳上超时。

enter image description here

0 个答案:

没有答案