ignore ENOTRECOVERABLE?

This commit is contained in:
gardners 2012-05-05 19:10:28 +09:30
parent 6f363db8f1
commit 9ce7058cd0

View File

@ -232,7 +232,7 @@ int monitor_poll()
bytes=read(c->socket,&c->line[c->line_length],1);
if (bytes<1) {
switch(errno) {
case EAGAIN: case EINTR:
case EAGAIN: case EINTR: case ENOTRECOVERABLE:
/* transient errors */
break;
default: