Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Sep 15, 2022
1 parent f8f9a3d commit 44f7fba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,8 @@ else if (ApplicationProtocolNames.HTTP_1_1.equals(protocol)) {
ctx.fireChannelActive();

ctx.channel().pipeline().remove(this);
} else {
}
else {
throw new IllegalStateException("Cannot determine negotiated application-level protocol.");
}
}
Expand Down

0 comments on commit 44f7fba

Please sign in to comment.