Synopsis: pages taking a while to load in Internet Explorer 4.0
State-Changed-From-To: open-closed
State-Changed-By: marc
State-Changed-When: Mon Sep 1 19:59:38 PDT 1997
State-Changed-Why:
This is very unlikely to be an Apache bug. The latest
beta (since that is what the current release is) of IE4
attempts to make HTTP/1.1 requests but fails so badly that
it is amazing they ever let it out of their labs. It is
bad even for Microsoft.
You could try adding something like:
BrowserMatch "MSIE 4\.0b2;" nokeepalive force-response-1.0 downgrade-1.0
to your config file to attempt to work around MSIE's broken
behavior. If you still see the same thing when Microsoft
releases the final version, then it is possible there is
something else, but at this point it is almost certainly
a bug in IE.