Article ID: 937692 - Last Review: June 15, 2007 - Revision: 1.0 A "Connection_Dropped" event message is logged in the Httperr.log file on a Windows Server 2003-based computer that is running IIS 6.0INTRODUCTIONOn a Microsoft Windows Server 2003-based computer that is running Internet Information Services (IIS) 6.0, an event message that resembles the following is logged in the Httperr.log file: HTTP/1.1 GET /mypage.asp - 1 Connection_Dropped This article describes the conditions that cause the "Connection_Dropped" event message.MORE INFORMATIONThe "Connection_Dropped" event message occurs if the following conditions are true:
The Http.sys driver adds the "zombie connection" to a list. Because the original connection object is still available, the original connection object information can be included in the logging information when the request is completed. If the response is completed before the time-out value that is used by the Http.sys driver is reached, no information is logged in the Httperr.log file. Instead, the status code is logged in the IIS log. For example, an "HTTP 200-OK" status code is logged in the IIS log when the request succeeds. However, if response processing takes longer than the time-out value that is used by the Http.sys driver, the Http.sys driver destroys the original connection object. Then, the Http.sys driver writes a "Connection_Dropped" event message to the Httperr.log file. Typically, a "Connection_Dropped" event message is logged in the Httperr.log file when a client closes its connection to the Web server before the complete response message is sent. For example, a "Connection_Dropped" event message is logged in the Httperr.log file if a user views a Web page, and then the user closes the browser window before the complete response message is sent by IIS. It is very unlikely that a default installation of IIS would close a connection to a client before the complete response message is sent. However, a custom ISAPI application that does not handle response messages correctly may cause a "Connection_Dropped" event message to be logged in the Httperr.log file. REFERENCES
For more information about error logging in HTTP APIs, click the following article number to view the article in the Microsoft Knowledge Base:
820729
(http://support.microsoft.com/kb/820729/
)
Error logging in HTTP API
For more information about common Http.sys error log file entries, visit the following Microsoft Web site: http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/23b752a4-9daa-4695-b735-98941f6e65ec.mspx?mfr=true
(http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/23b752a4-9daa-4695-b735-98941f6e65ec.mspx?mfr=true)
| Article Translations
|
Back to the top
