|
|
服务器在美国,日志中经常有如下的错误提示:
mod_gzip: TRANSMIT_ERROR:ISMEM:104
找了一下是这样的:
according to '/usr/include/asm/errno.h':
#define ECONNRESET 104 /* Connection reset by peer */
summary: the compression works fine, but while transferring
the page back to the client, the client aborted the connection.
有时我自己会访问不到网站,不知道是不是因为这个。
为什么会出现the client aborted the connection,都会有哪几方面引起。
兄弟们给解释一下! |
|