MSIE 6.0 ブラウザには、「キープ アライブ接続」で POST 要求がハングする可能性があるという既知の問題があります。

既知の問題の解決方法は次のとおりです。

  1. デフォルトでは、NSX Advanced Load Balancer は「Connection: close」ヘッダーをクライアントに送信して、クライアントが接続を終了するようにします。

  2. 接続を開いたままにしたい場合は、アプリケーション プロファイルの構成モードで 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>