Skip to content

Commit

Permalink
UNDERTOW-995 Jetty ALPN listener does not call ALPN.remove if the pro…
Browse files Browse the repository at this point in the history
…tocol is unsupported
  • Loading branch information
stuartwdouglas committed Feb 13, 2017
1 parent 8ef565d commit 5acaede
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -132,6 +132,7 @@ public List<String> protocols() {

@Override
public void unsupported() {
ALPN.remove(sslEngine);
selected = "";
}

Expand Down

0 comments on commit 5acaede

Please sign in to comment.