return EOF rather than throw EoFException
This commit is contained in:
parent
f4255bdeef
commit
d091003cfc
|
@ -185,8 +185,10 @@ public class ChannelEndPoint implements EndPoint
|
|||
Log.ignore(xx);
|
||||
}
|
||||
|
||||
if (len>=0)
|
||||
if (len>0)
|
||||
throw x;
|
||||
Log.ignore(x);
|
||||
len=-1;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue