The remote host closed the connection

1

We saw "The remote host closed the connection" in our error logs with:

The error code is 0x80070040 The error code is 0x800703E3.(most of)

We are using combres for Javascript-Css minification, compression and cache. Size of minified and compressed javascript file is 82.2 KB.

So is there any bug in combres or 82KB is too high for downloading ?

Also we try to make outputcache for .js files (those are prepared by combres), but it is not working. How can I reproduce the problem? In production environment we are getting errors but we could not reproduce the problem.

http
iis-7.5
logging
combres
asked on Stack Overflow Mar 28, 2011 by ozz • edited Mar 30, 2011 by ozz

1 Answer

1

I'm the author of Combres. This issue was reported before. When I investigated it last time, it was unlikely a Combres' issue and it happened because the client disconnected in the middle of the request. That seems to be congruent with the discussion in this SO thread. If that is true, then that doesn't affect users at all, since they still see things unless they choose to, say, browse to another page.

answered on Stack Overflow Mar 29, 2011 by Buu Nguyen • edited May 23, 2017 by Community

User contributions licensed under CC BY-SA 3.0