远程主机关闭了连接

发布于 2024-10-26 21:30:34 字数 287 浏览 1 评论 0原文

我们在错误日志中看到“远程主机关闭了连接”:

错误代码为 0x80070040 错误代码是0x800703E3。(大部分)

我们使用combres进行Javascript-Css缩小、压缩和缓存。 缩小并压缩的 JavaScript 文件大小为 82.2 KB。

那么combres是否有任何bug,或者82KB对于下载来说太高了?

我们还尝试为 .js 文件制作输出缓存(这些文件是由 Combres 准备的),但它不起作用。我怎样才能重现该问题?在生产环境中,我们遇到错误,但无法重现该问题。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇纵 2024-11-02 21:30:34

我是《Combres》的作者。 之前报告过此问题。当我上次调查这个问题时,这不太可能是 Combres 的问题,而是因为客户端在请求过程中断开了连接。这似乎与这个SO线程中的讨论一致。如果这是真的,那么这根本不会影响用户,因为他们仍然可以看到一些内容,除非他们选择浏览到另一个页面。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文