Other HTTP.sys Error Log Errors

Applies To: Windows Server 2003, Windows Server 2003 with SP1

In some cases, HTTP.sys generates entries in its error log that are not associated with a specific HTTP request and that do not have HTTP error codes. Table 11.12   Other HTTP.sys Errors lists these errors.

Table 11.12 Other HTTP.sys Errors

Logged Reason Code Condition

Timer_ConnectionIdle

The connection was reset as its idle time exceeded the ConnectionTimeout property.

Timer_HeaderWait

The headers for the request were not received within the time limit specified by the HeaderWaitTimeout property.

Timer_MinBytesPerSecond

The throughput rate of this connection has dropped below the limit specified in the MinFileBytesPerSec property.

Timer_EntityBody

The entity body was not received within the specified timeout.

Timer_Response

The connection was reset because the response was not processed within the specified time limit.

Timer_AppPool

The connection was reset because the request stayed in the request queue of the application pool longer than the specified time limit.

For complete information about the errors logged in the HTTP error log, see Error Logging in the HTTP API. For more information about available configuration options in HTTP.sys, see Microsoft Knowledge Base article 820129, Inf: Http.sys Registry Settings for IIS.