Skip to content

Commit

Permalink
修复读取地址状态没保存
Browse files Browse the repository at this point in the history
  • Loading branch information
CC-Cheunggg committed Apr 29, 2020
1 parent 802bf41 commit 1d226e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected void decode(ChannelHandlerContext ctx, ByteBuf data, List<Object> out)
logger.error("UNKNOWN HOST TYPE.");
return;
}
checkpoint(ReadState.HOST_TYPE);
checkpoint(ReadState.HOST_LENGTH);
}
case HOST_LENGTH: {
if (hostType == SocksAddressType.DOMAIN) {
Expand Down

0 comments on commit 1d226e8

Please sign in to comment.