MSIE 6.0 浏览器存在一个已知问题:保持活动状态连接上的 POST 请求可能会挂起。

该已知问题的解决办法如下所示:

  1. 默认情况下,NSX Advanced Load Balancer 向客户端发送“Connection: close”标头,并让客户端关闭连接。

  2. 如果客户希望将连接保持打开状态,他们可以在 configure application profile 模式下将 disable_keepalive_posts_msie6 配置为 False。

[admin:th-controller-1]: > configure applicationprofile applicationprofile1
[admin:th-controller-1]: applicationprofile> http_profile
[admin:th-controller-1]: applicationprofile:http_profile> no disable_keepalive_posts_msie6
[admin:th-controller-1]: applicationprofile:http_profile> save
[admin:th-controller-1]: applicationprofile>