Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
danthe1st committed May 15, 2024
1 parent 534736a commit 3c9b663
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ protected void replaceHandler(ChannelHandlerContext channelHandlerContext, @Null
channelHandlerContext.close();
}else if(ignoredHosts.allMatches(hostname).hasNext()){
LOG.info("skipping hostname {}", hostname);

replaceWithRawForward(hostname, pipeline);
}else{
super.replaceHandler(channelHandlerContext, hostname, sslContext);
Expand Down

0 comments on commit 3c9b663

Please sign in to comment.