Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Apr 29, 2024
2 parents bcfe1fa + 6e17517 commit 64143c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proxy/src/main/java/net/md_5/bungee/netty/HandlerBoss.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ public void channelRead(ChannelHandlerContext ctx, Object msg) throws Exception
} );

channel.setRemoteAddress( newAddress );
} else
{
channel.close();
}
} finally
{
Expand Down

0 comments on commit 64143c9

Please sign in to comment.