This commit is contained in:
Trustin Lee 2010-02-02 04:31:12 +00:00
parent 3f6c564090
commit df82ff6a2c

View File

@ -78,7 +78,7 @@ public class PortUnificationServerHandler extends FrameDecoder {
} else if (isFactorial(magic1)) {
switchToFactorial(ctx);
} else {
// Unknown protocol discard everything and close the connection.
// Unknown protocol; discard everything and close the connection.
buffer.skipBytes(buffer.readableBytes());
ctx.getChannel().close();
return null;