Apparently that's an IOException by the time it makes it up to us.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4641 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -100,7 +100,7 @@ public class AuthRequest extends UpstreamMessage
|
||||
{
|
||||
try {
|
||||
in.defaultReadObject();
|
||||
} catch (EOFException eofe) {
|
||||
} catch (IOException ioe) {
|
||||
// if we fail here because the client is old, leave ourselves with a partially
|
||||
// initialized set of credentials, which the server will generally cope with by telling
|
||||
// the client it is out of date
|
||||
|
||||
Reference in New Issue
Block a user