View Single Post


Old
  Post #3 (permalink)   03-22-2006, 05:28 AM
Will
HD Addict
 
Join Date: Oct 2005
Location: Bradford, UK
Posts: 232

Status: Will is offline
There's a hotfix for a similar issue from Microsoft:

http://support.microsoft.com/default...b;EN-US;884764

And it's definately worth reading the comments for:

http://bugs.php.net/bug.php?id=25863

Most people are saying the problem occurs with subsequent HTTP requests (over the same TCP connection) so the connection: close header solves their problems. This can also mean that images loading on a page will use the same TCP connection causing this problem.